Skip to content

Commit

Permalink
Prebuild for arm64 for Linux and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky authored Sep 13, 2024
1 parent 9ea6558 commit 586a098
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build -- --arch x64
- if: runner.os == 'macOS'
run: npm run build -- --arch arm64
- run: npm run build -- --arch arm64
- run: npm test
- uses: actions/upload-artifact@v4
if: github.ref_type == 'tag' && matrix.node == 20
Expand Down

0 comments on commit 586a098

Please sign in to comment.