Skip to content

Commit

Permalink
fix: add support for Windows x86 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
derevnjuk authored Apr 16, 2024
1 parent ecbac2c commit 14ed05e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 30 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
node_arch: x64
command: build:gyp
args: --arch x64+arm64
- os: windows-2019
label: x86
node_arch: x86
command: build:gyp
- os: windows-2019
label: x64
node_arch: x64
Expand Down
36 changes: 10 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"nan": "^2.19.0",
"node-gyp-build": "^4.8.0"
"node-gyp-build": "github:derevnjuk/node-gyp-build#0d253a1f7f903f8ac211c5dfc711ffc422d6e3f4"
},
"contributors": [
{
Expand All @@ -32,8 +32,8 @@
],
"scripts": {
"semantic-release": "semantic-release",
"build:gyp": "prebuildify --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3",
"build:gyp-cross": "prebuildify-cross --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3",
"build:gyp": "prebuildify --napi false --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3",
"build:gyp-cross": "prebuildify-cross --napi false --strip --target 10.24.1 --target 12.22.12 --target 14.21.3 --target 16.20.2 --target 18.17.1 --target 19.9.0 --target 20.12.2 --target 21.7.3",
"install": "node-gyp-build"
},
"repository": {
Expand Down Expand Up @@ -63,7 +63,7 @@
"devDependencies": {
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"prebuildify": "^6.0.0",
"prebuildify": "github:derevnjuk/prebuildify#fde6268682ac5093257ec28b5dbc0eaa3807dc4e",
"prebuildify-cross": "^5.1.0",
"semantic-release": "^23.0.8"
}
Expand Down

0 comments on commit 14ed05e

Please sign in to comment.