Skip to content

Commit

Permalink
Add ARMv7 back to alpine builds
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Jun 24, 2024
1 parent e3dc55e commit da1683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64, linux/arm64
platforms: linux/amd64, linux/arm64, linux/arm/v7
push: ${{ steps.nrVersion.outputs.push }}
file: .docker/Dockerfile.alpine
build-args: |
Expand Down

0 comments on commit da1683d

Please sign in to comment.