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 9292 variant :
9393 - bullseye
9494 - alpine
95+ include :
96+ # musl x64 builds
97+ - architecture : linux/amd64
98+ variant : alpine
99+ node : 16
95100 name : ${{ matrix.variant }} ${{ matrix.architecture }} - Node ${{ matrix.node }}
96101 steps :
97102 - 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}`
4343* ` napi-v3-linux-glibc-arm64 `
4444* ` napi-v3-linux-glibc-x64 `
4545* ` napi-v3-linux-musl-arm64 `
46+ * ` napi-v3-linux-musl-x64 `
4647* ` napi-v3-win32-unknown-ia32 `
4748* ` napi-v3-win32-unknown-x64 `
4849* ` napi-v6-darwin-unknown-x64 `
4950* ` napi-v6-linux-glibc-arm64 `
5051* ` napi-v6-linux-glibc-x64 `
5152* ` napi-v6-linux-musl-arm64 `
53+ * ` napi-v6-linux-musl-x64 `
5254* ` napi-v6-win32-unknown-ia32 `
5355* ` napi-v6-win32-unknown-x64 `
5456
You can’t perform that action at this time.
0 commit comments