Skip to content

Commit

Permalink
Added Darwin ARM64 to prebuilt binaries list in README
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellockyer committed Sep 15, 2022
1 parent ec154ab commit ea71343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ The module uses [node-pre-gyp](https://github.com/mapbox/node-pre-gyp) to downlo

Format: `napi-v{napi_build_version}-{platform}-{libc}-{arch}`

* `napi-v3-darwin-unknown-arm64`
* `napi-v3-darwin-unknown-x64`
* `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-arm64`
* `napi-v6-darwin-unknown-x64`
* `napi-v6-linux-glibc-arm64`
* `napi-v6-linux-glibc-x64`
Expand Down

0 comments on commit ea71343

Please sign in to comment.