File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ jobs:
40
40
target : i686-pc-windows-msvc
41
41
- host : ubuntu-latest
42
42
target : x86_64-unknown-linux-gnu
43
- docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian
43
+ docker : ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:4b2638c0987845c4ab3488574a215a2a866b99fb28588788786f2b8cbcb40e71
44
44
build : |-
45
45
set -e &&
46
46
pnpm run build --target x86_64-unknown-linux-gnu &&
47
47
strip *.node
48
48
- host : ubuntu-latest
49
49
target : x86_64-unknown-linux-musl
50
- docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
50
+ docker : ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:2003f7f7027adaab2c97bf576ce6bb87640a77c62a6898ed2359c050c49872a5
51
51
build : |-
52
52
apk add perl;
53
53
set -e &&
60
60
strip -x *.node
61
61
- host : ubuntu-latest
62
62
target : aarch64-unknown-linux-gnu
63
- docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-debian-aarch64
63
+ docker : ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:08cb2c8326ae78cf8ffd58f81523dd9592a4778c2c5f314251f5773ea204f289
64
64
build : |-
65
65
set -e &&
66
66
sudo apt-get update &&
74
74
aarch64-unknown-linux-gnu-strip *.node
75
75
- host : ubuntu-latest
76
76
target : aarch64-unknown-linux-musl
77
- docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
77
+ docker : ghcr.io/napi-rs/napi-rs/nodejs-rust@sha256:2003f7f7027adaab2c97bf576ce6bb87640a77c62a6898ed2359c050c49872a5
78
78
build : |-
79
79
apk add perl;
80
80
set -e &&
You can’t perform that action at this time.
0 commit comments