Skip to content

Commit 832950b

Browse files
committed
WIP: added Darwin arm64 binaries
1 parent c070c5d commit 832950b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
node: 16
4242
host: x86
4343
target: x86
44+
- os: macos-m1
45+
node: 16
46+
host: arm64
47+
target: arm64
4448
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
4549
steps:
4650
- uses: actions/checkout@v3
@@ -49,6 +53,10 @@ jobs:
4953
node-version: ${{ matrix.node }}
5054
architecture: ${{ matrix.host }}
5155

56+
- name: Add yarn (self-hosted)
57+
if: matrix.os == 'macos-m1'
58+
run: npm install -g yarn
59+
5260
- name: Add msbuild to PATH
5361
uses: microsoft/setup-msbuild@v1.1
5462
if: contains(matrix.os, 'windows')

0 commit comments

Comments
 (0)