File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change @@ -315,45 +315,6 @@ jobs:
315
315
run : |
316
316
set -e
317
317
yarn test
318
- test-linux-arm-gnueabihf-binding :
319
- name : Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
320
- needs :
321
- - build
322
- strategy :
323
- fail-fast : false
324
- matrix :
325
- node :
326
- - ' 18'
327
- - ' 20'
328
- runs-on : ubuntu-latest
329
- steps :
330
- - uses : actions/checkout@v4
331
- - name : Download artifacts
332
- uses : actions/download-artifact@v4
333
- with :
334
- name : bindings-armv7-unknown-linux-gnueabihf
335
- path : .
336
- - name : List packages
337
- run : ls -R .
338
- shell : bash
339
- - name : Install dependencies
340
- run : |
341
- yarn config set supportedArchitectures.cpu "arm"
342
- yarn install
343
- - name : Set up QEMU
344
- uses : docker/setup-qemu-action@v3
345
- with :
346
- platforms : arm
347
- - run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
348
- - name : Setup and run tests
349
- uses : addnab/docker-run-action@v3
350
- with :
351
- image : node:${{ matrix.node }}-bullseye-slim
352
- options : ' --platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build'
353
- run : |
354
- set -e
355
- yarn test
356
- ls -la
357
318
universal-macOS :
358
319
name : Build universal macOS binary
359
320
needs :
@@ -395,7 +356,6 @@ jobs:
395
356
- test-linux-x64-musl-binding
396
357
- test-linux-aarch64-gnu-binding
397
358
- test-linux-aarch64-musl-binding
398
- - test-linux-arm-gnueabihf-binding
399
359
- universal-macOS
400
360
steps :
401
361
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments