Skip to content

Commit

Permalink
ci: add prebuild for electron 32 bit windows (#584)
Browse files Browse the repository at this point in the history
There is a many leading electron applications which is supports windows 32bit version. So it will be good to have a prebuild for that.

Co-authored-by: Joshua Wise <8255757+JoshuaWise@users.noreply.github.com>
  • Loading branch information
vazra and JoshuaWise committed Oct 25, 2021
1 parent b433c8a commit ff15af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@ jobs:
- run: npm install --ignore-scripts
- run: npx --no-install prebuild -r node -t 10.20.0 -t 12.0.0 -t 14.0.0 -t 16.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
- run: npx --no-install prebuild -r electron -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }}
- if: matrix.os == 'windows-latest'
run: npx --no-install prebuild -r electron -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 --include-regex 'better_sqlite3.node$' --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ff15af5

Please sign in to comment.