File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,27 @@ jobs:
20
20
matrix :
21
21
os :
22
22
- macos-15
23
- - ubuntu-20 .04
24
- - windows-latest
23
+ - ubuntu-24 .04
24
+ - windows-2025
25
25
host :
26
26
- x64
27
27
target :
28
28
- x64
29
29
node :
30
30
- 18
31
31
include :
32
- - os : windows-latest
32
+ - os : windows-2025
33
33
node : 18
34
34
host : x86
35
35
target : x86
36
36
- os : macos-15
37
37
node : 18
38
38
host : arm64
39
39
target : arm64
40
+ - os : ubuntu-24.04-arm64
41
+ node : 18
42
+ host : arm64
43
+ target : arm64
40
44
name : ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
41
45
steps :
42
46
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -101,7 +105,7 @@ jobs:
101
105
uses : actions/upload-artifact@v4
102
106
if : matrix.node == 18
103
107
with :
104
- name : prebuilt-binaries
108
+ name : prebuilt-binaries-${{ matrix.os }}-${{ matrix.target }}
105
109
path : prebuilds/*
106
110
retention-days : 7
107
111
@@ -120,7 +124,6 @@ jobs:
120
124
target :
121
125
- linux/arm64
122
126
variant :
123
- - bullseye
124
127
- alpine3.15
125
128
include :
126
129
# musl x64 builds
@@ -155,7 +158,7 @@ jobs:
155
158
uses : actions/upload-artifact@v4
156
159
if : matrix.node == 18
157
160
with :
158
- name : prebuilt-binaries
161
+ name : prebuilt-binaries-${{ matrix.variant }}
159
162
path : prebuilds/*
160
163
retention-days : 7
161
164
You can’t perform that action at this time.
0 commit comments