Skip to content

Commit

Permalink
add linux/arm/v7 architecture to Docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lus committed Dec 9, 2023
1 parent a163acf commit 2d54aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v2
with:
builder: ${{ steps.docker_buildx.outputs.name }}
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: true
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAG }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.COMMIT_HASH }}
build-args:
Expand Down

0 comments on commit 2d54aba

Please sign in to comment.