Skip to content

Commit

Permalink
CHG - adding armv7 to multiarch build
Browse files Browse the repository at this point in the history
  • Loading branch information
MRColorR committed Mar 19, 2024
1 parent 8d7be8a commit 4042c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
if: steps.version-check.outputs.trigger_build == 'true'
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
--platform linux/amd64,linux/arm64,linux/arm/v7 \
-t ${{ env.IMAGE_NAME}}:${{ env.TAG }} \
--push .
Expand Down

0 comments on commit 4042c32

Please sign in to comment.