File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 28
28
include :
29
29
- host-arch : x64
30
30
os : ubuntu-latest
31
+ - host-arch : arm64
32
+ os : ubuntu-24.04-arm
31
33
32
34
steps :
33
35
- name : Install build tools
95
97
build :
96
98
needs : [archive]
97
99
98
- runs-on : ubuntu-latest
100
+ runs-on : ${{ matrix.os }}
99
101
100
102
permissions :
101
103
actions : write
@@ -111,16 +113,24 @@ jobs:
111
113
include :
112
114
- host-arch : x64
113
115
target-arch : x64
116
+ os : ubuntu-latest
114
117
- host-arch : x64
115
118
target-arch : ia32
116
- - host-arch : x64
119
+ os : ubuntu-latest
120
+ - host-arch : arm64
117
121
target-arch : arm64
122
+ os : ubuntu-24.04-arm
118
123
- host-arch : x64
119
124
target-arch : arm
125
+ os : ubuntu-latest
120
126
- host-arch : x64
121
127
target-arch : riscv64
128
+ os : ubuntu-latest
122
129
123
130
steps :
131
+ - name : Setup node:alpine for JavaScript Actions
132
+ uses : dart-musl/setup-node-alpine-for-javascript-actions@v1
133
+
124
134
- name : Download Artifact
125
135
uses : actions/download-artifact@v4
126
136
with :
You can’t perform that action at this time.
0 commit comments