Skip to content

Commit e889b32

Browse files
m4heshdArGeoph
authored andcommitted
Add support for Windows arm64 prebuilds (WiseLibs#1141)
1 parent fe29970 commit e889b32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
- if: matrix.os == 'windows-2019'
8585
run: |
8686
${{ env.NODE_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
87+
npx --no-install prebuild -r node -t 20.0.0 -t 21.0.0 --include-regex 'better_sqlite3.node$' --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}
8788
${{ env.ELECTRON_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
89+
${{ env.ELECTRON_BUILD_CMD }} --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}
8890
8991
prebuild-alpine:
9092
name: Prebuild on alpine

0 commit comments

Comments
 (0)