File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - host : windows-latest
3131 build : yarn build
3232 target : x86_64-pc-windows-msvc
33- - host : windows-latest
34- build : |
35- yarn build --target i686-pc-windows-msvc
36- yarn test
37- target : i686-pc-windows-msvc
3833 - host : ubuntu-latest
3934 target : x86_64-unknown-linux-gnu
4035 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
5146 build : |
5247 yarn build --target aarch64-apple-darwin
5348 strip -x *.node
54- - host : ubuntu-latest
55- target : aarch64-unknown-linux-gnu
56- docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
57- build : |-
58- set -e &&
59- yarn build --target aarch64-unknown-linux-gnu &&
60- aarch64-unknown-linux-gnu-strip *.node
61- - host : ubuntu-latest
62- target : armv7-unknown-linux-gnueabihf
63- setup : |
64- sudo apt-get update
65- sudo apt-get install gcc-arm-linux-gnueabihf -y
66- build : |
67- yarn build --target armv7-unknown-linux-gnueabihf
68- arm-linux-gnueabihf-strip *.node
69- - host : ubuntu-latest
70- target : aarch64-unknown-linux-musl
71- docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
72- build : |-
73- set -e &&
74- rustup target add aarch64-unknown-linux-musl &&
75- yarn build --target aarch64-unknown-linux-musl &&
76- /aarch64-linux-musl-cross/bin/aarch64-linux-musl-strip *.node
7749 name : stable - ${{ matrix.settings.target }} - node@18
7850 runs-on : ${{ matrix.settings.host }}
7951 steps :
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments