Add arm64 prebuilds for macOS (#859)
Co-authored-by: Matthew McEachen <matthew@photostructure.com>
This commit is contained in:
parent
5eab05e68d
commit
f0e622dd8c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -71,6 +71,8 @@ jobs:
|
||||
- run: npx --no-install prebuild -r electron -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
|
||||
- if: matrix.os == 'windows-2019'
|
||||
run: npx --no-install prebuild -r electron -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 --include-regex 'better_sqlite3.node$' --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
|
||||
- if: matrix.os == 'macos-latest'
|
||||
run: npx --no-install prebuild -r electron -t 16.0.0 -t 17.0.0 -t 18.0.0 -t 19.0.0 -t 20.0.0 -t 21.0.0 -t 22.0.0 --include-regex 'better_sqlite3.node$' --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
prebuild-alpine:
|
||||
name: Prebuild on alpine
|
||||
|
||||
Loading…
Reference in New Issue
Block a user