Skip to content

Commit 560fb61

Browse files
authored
Merge pull request #302 from DavidVujic/m1_prebuilds
Add Mac OS X M1 prebuilds for Node.js 16.13.1
2 parents 725127d + 2e97257 commit 560fb61

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

prebuilds/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ npx prebuildify --arch x64 --platform darwin --target 14.15.4
1212
npx prebuildify --arch x64 --platform darwin --target 16.13.1
1313
```
1414

15+
Prebuilds for Mac OS X with the M1 processor:
16+
```bash
17+
npx prebuildify --arch arm64 --platform darwin --target 16.13.1
18+
```
19+
1520
Create prebuilds for Windows 10:
1621

1722
```bash
322 KB
Binary file not shown.

0 commit comments

Comments
 (0)