We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708f4e6 commit a0b8e0cCopy full SHA for a0b8e0c
1 file changed
.github/workflows/build_node_shared.yml
@@ -70,14 +70,6 @@ jobs:
70
container: ""
71
lib_name: libnode.dll
72
nproc_cmd: $env:NUMBER_OF_PROCESSORS
73
- # Windows ARM64 builds (cross-compilation)
74
- - os: windows-latest
75
- platform: win
76
- arch: arm64
77
- compiler: msvc
78
- container: ""
79
- lib_name: libnode.dll
80
- nproc_cmd: $env:NUMBER_OF_PROCESSORS
81
82
runs-on: ${{ matrix.os }}
83
container: ${{ matrix.container != '' && matrix.container || null }}
@@ -347,11 +339,7 @@ jobs:
347
339
if: matrix.platform == 'win'
348
340
shell: cmd
349
341
run: |
350
- if "${{ matrix.arch }}" == "arm64" (
351
- vcbuild.bat dll arm64
352
- ) else (
353
- vcbuild.bat dll x64
354
- )
342
+ vcbuild.bat dll x64
355
343
356
344
- name: Package assets
357
345
if: startsWith(github.ref, 'refs/tags/')
0 commit comments