We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde76db commit 1279139Copy full SHA for 1279139
.github/workflows/build-rust-binding.yml
@@ -24,14 +24,14 @@ jobs:
24
- host: windows-latest
25
build: pnpm build:binding:release
26
target: x86_64-pc-windows-msvc
27
- - host: ubuntu-20.04
+ - 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
pnpm build:binding:release --target x86_64-unknown-linux-gnu &&
33
strip crates/native_binding/*.node
34
35
target: x86_64-unknown-linux-musl
36
docker: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
37
build: set -e && pnpm build:binding:release && strip crates/native_binding/*.node
0 commit comments