Skip to content

Commit 8b2cdd9

Browse files
committed
Added musl x64 builds to CI
refs #1576 - this commit adds musl prebuilt binaries to CI via Alpine - also updates the docs to reference the new targets
1 parent 122d2b8 commit 8b2cdd9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ jobs:
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)