Skip to content

Commit c5a4976

Browse files
authored
Prebuild for arm64 for Linux and Windows (#226)
1 parent 9ea6558 commit c5a4976

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ jobs:
3939
node-version: ${{ matrix.node }}
4040
- run: npm install
4141
- run: npm run build -- --arch x64
42-
- if: runner.os == 'macOS'
43-
run: npm run build -- --arch arm64
42+
- run: npm run build -- --arch arm64
4443
- run: npm test
4544
- uses: actions/upload-artifact@v4
4645
if: github.ref_type == 'tag' && matrix.node == 20

0 commit comments

Comments
 (0)