Skip to content

Commit 3bfe330

Browse files
committed
WIP: added Darwin arm64 binaries
1 parent 61087a7 commit 3bfe330

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,11 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os:
22-
- macos-latest
23-
- ubuntu-latest
24-
- windows-latest
25-
host:
26-
- x64
27-
target:
28-
- x64
29-
node:
30-
- 10
31-
- 11
32-
- 12
33-
- 13
34-
- 14
35-
- 15
36-
- 16
37-
- 17
38-
- 18
3921
include:
40-
- os: windows-latest
22+
- os: macos-latest
4123
node: 16
4224
host: x64
43-
target: x86
25+
target: arm64
4426
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
4527
steps:
4628
- uses: actions/checkout@v3
@@ -85,6 +67,7 @@ jobs:
8567
8668
- name: Run tests
8769
run: yarn test
70+
if: matrix.target != 'arm64'
8871

8972
- name: Package prebuilt binaries
9073
run: yarn node-pre-gyp package --target_arch=${{ matrix.target }}

0 commit comments

Comments
 (0)