Skip to content

Commit

Permalink
ci: also build arm64 image
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel authored Mar 19, 2024
1 parent acba95b commit 00b1bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
target: image
push: true
build-args: GO_VERSION=${{ needs.base.outputs.go_version }}
Expand Down

0 comments on commit 00b1bae

Please sign in to comment.