We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arm64
1 parent fe29970 commit e889b32Copy full SHA for e889b32
.github/workflows/build.yml
@@ -84,7 +84,9 @@ jobs:
84
- if: matrix.os == 'windows-2019'
85
run: |
86
${{ 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 }}
88
${{ env.ELECTRON_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
89
+ ${{ env.ELECTRON_BUILD_CMD }} --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}
90
91
prebuild-alpine:
92
name: Prebuild on alpine
0 commit comments