Skip to content

Commit

Permalink
Added Darwin ARM64 prebuilt binaries
Browse files Browse the repository at this point in the history
- this adds support for supplying Darwin ARM64 prebuilt binaries for
  node-sqlite3
  • Loading branch information
daniellockyer committed Sep 15, 2022
1 parent 572f05e commit 117a4cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -41,6 +41,10 @@ jobs:
node: 16
host: x86
target: x86
- os: macos-m1
node: 16
host: arm64
target: arm64
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
steps:
- uses: actions/checkout@v3
Expand All @@ -49,6 +53,10 @@ jobs:
node-version: ${{ matrix.node }}
architecture: ${{ matrix.host }}

- name: Add yarn (self-hosted)
if: matrix.os == 'macos-m1'
run: npm install -g yarn

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
if: contains(matrix.os, 'windows')
Expand Down

0 comments on commit 117a4cc

Please sign in to comment.