File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
3838 - host : ubuntu-latest
3939 target : x86_64-unknown-linux-musl
4040 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
41- build : apk add musl-dev musl-utils gcc && yarn build --target x86_64-unknown-linux-musl
41+ build : apk add musl-dev musl-utils gcc && CC=x86-64-alpine-linux-musl-gcc yarn build --target x86_64-unknown-linux-musl
4242 - host : macos-latest
4343 target : aarch64-apple-darwin
4444 build : yarn build --target aarch64-apple-darwin
45- - host : ubuntu-latest
45+ - host : ubuntu-24.04-arm
4646 target : aarch64-unknown-linux-gnu
4747 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
4848 build : yarn build --target aarch64-unknown-linux-gnu
49- - host : ubuntu-latest
49+ - host : ubuntu-24.04-arm
5050 target : aarch64-unknown-linux-musl
5151 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
5252 build : |-
You can’t perform that action at this time.
0 commit comments