File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 40
40
- host : ubuntu-latest
41
41
target : x86_64-unknown-linux-gnu
42
42
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
43
- build : cd node && pnpm build --target x86_64-unknown-linux-gnu
43
+ build : |
44
+ npm i -g --force corepack
45
+ corepack enable
46
+ cd node
47
+ pnpm build --target x86_64-unknown-linux-gnu
44
48
- host : ubuntu-latest
45
49
target : x86_64-unknown-linux-musl
46
50
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
51
55
- host : ubuntu-latest
52
56
target : aarch64-unknown-linux-gnu
53
57
docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
54
- build : cd node && pnpm build --target aarch64-unknown-linux-gnu
58
+ build : |
59
+ npm i -g --force corepack
60
+ corepack enable
61
+ cd node
62
+ pnpm build --target aarch64-unknown-linux-gnu
55
63
- host : ubuntu-latest
56
64
target : armv7-unknown-linux-gnueabihf
57
65
setup : |
You can’t perform that action at this time.
0 commit comments