Skip to content

Commit f125455

Browse files
authored
Add arm support to release build (#5)
1 parent 42a1120 commit f125455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
ansible-builder create -v3 --output-file=Dockerfile
3333
docker buildx build \
3434
--push \
35-
--platform=linux/amd64 \
35+
--platform=linux/amd64,linux/arm64 \
3636
--tag=${{ vars.IMAGE_REGISTRY }}:${{ github.event.release.tag_name }} \
3737
context
3838

0 commit comments

Comments
 (0)