Skip to content

Commit

Permalink
Remove linux/arm/v7
Browse files Browse the repository at this point in the history
ARMv7 builds still fail when running on QEMU emulated  hardware for NodeJS v20 & v22
  • Loading branch information
hardillb authored Jun 24, 2024
1 parent da1683d commit 2f9caca
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, linux/arm/v7
platforms: linux/amd64, linux/arm64
push: ${{ steps.nrVersion.outputs.push }}
file: .docker/Dockerfile.alpine
build-args: |
Expand Down

0 comments on commit 2f9caca

Please sign in to comment.