Skip to content

Commit

Permalink
Merge pull request #302 from DavidVujic/m1_prebuilds
Browse files Browse the repository at this point in the history
Add Mac OS X M1 prebuilds for Node.js 16.13.1
  • Loading branch information
DavidVujic authored Jan 9, 2022
2 parents 725127d + 2e97257 commit 560fb61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prebuilds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ npx prebuildify --arch x64 --platform darwin --target 14.15.4
npx prebuildify --arch x64 --platform darwin --target 16.13.1
```

Prebuilds for Mac OS X with the M1 processor:
```bash
npx prebuildify --arch arm64 --platform darwin --target 16.13.1
```

Create prebuilds for Windows 10:

```bash
Expand Down
Binary file added prebuilds/darwin-arm64/node.abi93.node
Binary file not shown.

0 comments on commit 560fb61

Please sign in to comment.