Skip to content

Commit

Permalink
Added musl x64 builds to CI
Browse files Browse the repository at this point in the history
refs #1576

- this commit adds musl prebuilt binaries to CI via Alpine
- also updates the docs to reference the new targets
  • Loading branch information
daniellockyer committed Apr 14, 2022
1 parent 122d2b8 commit 8b2cdd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -92,6 +92,11 @@ jobs:
variant:
- bullseye
- alpine
include:
# musl x64 builds
- architecture: linux/amd64
variant: alpine
node: 16
name: ${{ matrix.variant }} ${{ matrix.architecture }} - Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -43,12 +43,14 @@ Format: `napi-v{napi_build_version}-{platform}-{libc}-{arch}`
* `napi-v3-linux-glibc-arm64`
* `napi-v3-linux-glibc-x64`
* `napi-v3-linux-musl-arm64`
* `napi-v3-linux-musl-x64`
* `napi-v3-win32-unknown-ia32`
* `napi-v3-win32-unknown-x64`
* `napi-v6-darwin-unknown-x64`
* `napi-v6-linux-glibc-arm64`
* `napi-v6-linux-glibc-x64`
* `napi-v6-linux-musl-arm64`
* `napi-v6-linux-musl-x64`
* `napi-v6-win32-unknown-ia32`
* `napi-v6-win32-unknown-x64`

Expand Down

0 comments on commit 8b2cdd9

Please sign in to comment.