Skip to content

Commit

Permalink
Add arm support to release build (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
syndr authored Apr 12, 2024
1 parent 42a1120 commit f125455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ansible-builder create -v3 --output-file=Dockerfile
docker buildx build \
--push \
--platform=linux/amd64 \
--platform=linux/amd64,linux/arm64 \
--tag=${{ vars.IMAGE_REGISTRY }}:${{ github.event.release.tag_name }} \
context

0 comments on commit f125455

Please sign in to comment.