Skip to content

Commit a0b8e0c

Browse files
chore: remove win arm64 support for now
1 parent 708f4e6 commit a0b8e0c

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/build_node_shared.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ jobs:
7070
container: ""
7171
lib_name: libnode.dll
7272
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
8173

8274
runs-on: ${{ matrix.os }}
8375
container: ${{ matrix.container != '' && matrix.container || null }}
@@ -347,11 +339,7 @@ jobs:
347339
if: matrix.platform == 'win'
348340
shell: cmd
349341
run: |
350-
if "${{ matrix.arch }}" == "arm64" (
351-
vcbuild.bat dll arm64
352-
) else (
353-
vcbuild.bat dll x64
354-
)
342+
vcbuild.bat dll x64
355343
356344
- name: Package assets
357345
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)