File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 fail-fast : false
1616 matrix :
1717 os :
18- - ubuntu-20.04
18+ # - ubuntu-20.04
1919 - windows-2019
2020 node_arch :
2121 - x64
@@ -29,46 +29,46 @@ jobs:
2929 - true
3030
3131 include :
32- - os : windows-2019
33- node_arch : ia32
34- cpp_arch : amd64_x86
35- native : true
32+ # - os: windows-2019
33+ # node_arch: ia32
34+ # cpp_arch: amd64_x86
35+ # native: true
3636
3737 - os : windows-2022
3838 node_arch : x64
3939 cpp_arch : amd64_arm64
4040 native : true
4141
42- - os : macos-13
43- node_arch : x64
44- cpp_arch : x64
45- native : true
46-
47- - os : macos-14
48- node_arch : arm64
49- cpp_arch : amd64_arm64
50- native : true
51-
52- # Musl Alpine
53- - os : ubuntu-24.04
54- dockerfile : docker/alpine.dockerfile
55- node_arch : x64
56- cpp_arch : x64
57- native : false
58-
59- # Debian Arm
60- - os : ubuntu-24.04
61- node_arch : arm64
62- cpp_arch : amd64_arm64
63- distro : bookworm
64- native : false
65-
66- # Musl Alpine Arm
67- - os : ubuntu-24.04
68- node_arch : arm64
69- cpp_arch : amd64_arm64
70- distro : alpine_latest
71- native : false
42+ # - os: macos-13
43+ # node_arch: x64
44+ # cpp_arch: x64
45+ # native: true
46+
47+ # - os: macos-14
48+ # node_arch: arm64
49+ # cpp_arch: amd64_arm64
50+ # native: true
51+
52+ # # Musl Alpine
53+ # - os: ubuntu-24.04
54+ # dockerfile: docker/alpine.dockerfile
55+ # node_arch: x64
56+ # cpp_arch: x64
57+ # native: false
58+
59+ # # Debian Arm
60+ # - os: ubuntu-24.04
61+ # node_arch: arm64
62+ # cpp_arch: amd64_arm64
63+ # distro: bookworm
64+ # native: false
65+
66+ # # Musl Alpine Arm
67+ # - os: ubuntu-24.04
68+ # node_arch: arm64
69+ # cpp_arch: amd64_arm64
70+ # distro: alpine_latest
71+ # native: false
7272
7373 env :
7474 npm_config_arch : ${{ matrix.node_arch }}
You can’t perform that action at this time.
0 commit comments