Skip to content

Commit

Permalink
feat: docker build for linux/arm/v7
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Lor committed Nov 9, 2023
1 parent 1597bd5 commit db0566d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64/v8,linux/arm/v7
push: true
tags: ${{ needs.export_tag.outputs.image_tag }}

0 comments on commit db0566d

Please sign in to comment.