Skip to content

Commit 2f9caca

Browse files
authored
Remove linux/arm/v7
ARMv7 builds still fail when running on QEMU emulated hardware for NodeJS v20 & v22
1 parent da1683d commit 2f9caca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: docker/build-push-action@v5
144144
with:
145145
context: .
146-
platforms: linux/amd64, linux/arm64, linux/arm/v7
146+
platforms: linux/amd64, linux/arm64
147147
push: ${{ steps.nrVersion.outputs.push }}
148148
file: .docker/Dockerfile.alpine
149149
build-args: |

0 commit comments

Comments
 (0)