Skip to content

Commit 2e9e9ba

Browse files
committed
ci: fix armv7-unknown-linux-gnueabihf
1 parent d0c9f6a commit 2e9e9ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- host: [self-hosted, linux, x64]
9292
target: aarch64-unknown-linux-gnu
9393
build: pnpm build --target aarch64-unknown-linux-gnu --use-napi-cross
94-
- host: [self-hosted, linux]
94+
- host: [self-hosted, linux, ARM]
9595
target: armv7-unknown-linux-gnueabihf
9696
build: pnpm build --target armv7-unknown-linux-gnueabihf --use-napi-cross
9797
- host: [self-hosted, linux, ARM]
@@ -342,7 +342,7 @@ jobs:
342342
if: ${{ contains(matrix.target, 'armv7') }}
343343
with:
344344
platforms: all
345-
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
345+
- run: docker run --rm --privileged --platform linux/arm64 multiarch/qemu-user-static --reset -p yes
346346
if: ${{ contains(matrix.target, 'armv7') }}
347347
- name: Test bindings
348348
uses: addnab/docker-run-action@v3

0 commit comments

Comments
 (0)