File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 92
92
variant :
93
93
- bullseye
94
94
- alpine
95
+ include :
96
+ # musl x64 builds
97
+ - architecture : linux/amd64
98
+ variant : alpine
99
+ node : 16
95
100
name : ${{ matrix.variant }} ${{ matrix.architecture }} - Node ${{ matrix.node }}
96
101
steps :
97
102
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -43,12 +43,14 @@ Format: `napi-v{napi_build_version}-{platform}-{libc}-{arch}`
43
43
* ` napi-v3-linux-glibc-arm64 `
44
44
* ` napi-v3-linux-glibc-x64 `
45
45
* ` napi-v3-linux-musl-arm64 `
46
+ * ` napi-v3-linux-musl-x64 `
46
47
* ` napi-v3-win32-unknown-ia32 `
47
48
* ` napi-v3-win32-unknown-x64 `
48
49
* ` napi-v6-darwin-unknown-x64 `
49
50
* ` napi-v6-linux-glibc-arm64 `
50
51
* ` napi-v6-linux-glibc-x64 `
51
52
* ` napi-v6-linux-musl-arm64 `
53
+ * ` napi-v6-linux-musl-x64 `
52
54
* ` napi-v6-win32-unknown-ia32 `
53
55
* ` napi-v6-win32-unknown-x64 `
54
56
You can’t perform that action at this time.
0 commit comments