Skip to content

Commit

Permalink
ci: Added x32 prebuilt binaries for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gergof committed May 23, 2024
1 parent de66310 commit 6e89b69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ build-addon-windows:
before_script:
- npm ci --ignore-scripts
script:
- npm run prebuild -- --upload $PREBUILD_GH_TOKEN
- npm run prebuild -- --arch x64 --upload $PREBUILD_GH_TOKEN
- npm run prebuild -- --arch ia32 --upload $PREBUILD_GH_TOKEN
needs:
- lint
- typecheck
Expand Down

0 comments on commit 6e89b69

Please sign in to comment.