Skip to content

Commit

Permalink
Update release-container.yaml
Browse files Browse the repository at this point in the history
Add arm64 platform
  • Loading branch information
simonkowallik authored Jul 14, 2024
1 parent 42f9e1c commit 9a3e350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
file: Dockerfile
push: true
cache-from: type=gha
Expand Down

0 comments on commit 9a3e350

Please sign in to comment.