Skip to content

Commit

Permalink
include arm64 in buildfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emoruzzi committed Mar 21, 2024
1 parent c473b87 commit 78a7396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 }}:latest \
context

0 comments on commit 78a7396

Please sign in to comment.