File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments