File tree 1 file changed +35
-35
lines changed
1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
os :
18
- - ubuntu-20.04
18
+ # - ubuntu-20.04
19
19
- windows-2019
20
20
node_arch :
21
21
- x64
@@ -29,46 +29,46 @@ jobs:
29
29
- true
30
30
31
31
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
36
36
37
37
- os : windows-2022
38
38
node_arch : x64
39
39
cpp_arch : amd64_arm64
40
40
native : true
41
41
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
72
72
73
73
env :
74
74
npm_config_arch : ${{ matrix.node_arch }}
You can’t perform that action at this time.
0 commit comments