Skip to content

Commit 2d2ab33

Browse files
authored
Remove windows 32bit builds (#24)
1 parent cfa3523 commit 2d2ab33

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

build/main.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,6 @@ jobs:
2727
prebuild_folder_name: 'win32-x64'
2828
output_node_file: 'node.napi.glibc.node'
2929

30-
- job: win32_ia32
31-
pool:
32-
vmImage: 'windows-latest'
33-
steps:
34-
- template: build.yml
35-
parameters:
36-
python_arch: x86
37-
ARCH: x86
38-
npm_config_arch: ia32
39-
artifact_name: 'win32-ia32'
40-
prebuild_folder_name: 'win32-ia32'
41-
output_node_file: 'node.napi.glibc.node'
42-
test: false
43-
4430
- job: win32_arm64
4531
pool:
4632
vmImage: 'windows-latest'

0 commit comments

Comments
 (0)