Skip to content

Commit

Permalink
Refactor release-next.yaml to use Dockerfile.arm64 for linux/aarch64 …
Browse files Browse the repository at this point in the history
…platform
  • Loading branch information
andrasbacsai committed Oct 22, 2024
1 parent bdf0ff8 commit 3f349fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile
file: Dockerfile.arm64
platforms: linux/aarch64
push: true
tags: |
Expand Down

0 comments on commit 3f349fb

Please sign in to comment.