We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfd17d commit ac2dfa4Copy full SHA for ac2dfa4
.github/workflows/build-rust-binding.yml
@@ -24,15 +24,15 @@ jobs:
24
- host: windows-latest
25
build: pnpm build:binding:release
26
target: x86_64-pc-windows-msvc
27
- - host: ubuntu-latest
+ - host: ubuntu-22.04
28
target: x86_64-unknown-linux-gnu
29
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
30
build: |-
31
set -e &&
32
npm install -g [email protected] &&
33
pnpm build:binding:release --target x86_64-unknown-linux-gnu &&
34
strip crates/native_binding/*.node
35
36
target: x86_64-unknown-linux-musl
37
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
38
build: set -e && pnpm build:binding:release && strip crates/native_binding/*.node
0 commit comments