Skip to content

Commit

Permalink
run tests on ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 8, 2023
1 parent 1e8cbcc commit 17fc555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
path: prebuilds

create-package:
needs: [prebuilds-linux, prebuilds-macos-windows]
needs: [prebuilds-linux, prebuilds-macos-windows, prebuilds-linux-arm64]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -106,6 +106,7 @@ jobs:
mkdir -p prebuilds
cp -r prebuilds-linux/* prebuilds
cp -r prebuilds-macos-windows/* prebuilds
cp -r prebuilds-linux-arm64/* prebuilds
- name: Install npm dependencies
run: npm ci --ignore-scripts
- name: Build
Expand All @@ -125,7 +126,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
os: ['ubuntu-latest', 'windows-2019', 'macos-latest', 'ARM64']
nodejs: ['14', '16', '17', '18', '20', '21']
include:
- os: 'macos-latest'
Expand Down

0 comments on commit 17fc555

Please sign in to comment.