Skip to content

Commit a74104e

Browse files
authored
Update build.yml
1 parent f517d94 commit a74104e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
include:
2929
- host-arch: x64
3030
os: ubuntu-latest
31+
- host-arch: arm64
32+
os: ubuntu-24.04-arm
3133

3234
steps:
3335
- name: Install build tools
@@ -95,7 +97,7 @@ jobs:
9597
build:
9698
needs: [archive]
9799

98-
runs-on: ubuntu-latest
100+
runs-on: ${{ matrix.os }}
99101

100102
permissions:
101103
actions: write
@@ -111,16 +113,24 @@ jobs:
111113
include:
112114
- host-arch: x64
113115
target-arch: x64
116+
os: ubuntu-latest
114117
- host-arch: x64
115118
target-arch: ia32
116-
- host-arch: x64
119+
os: ubuntu-latest
120+
- host-arch: arm64
117121
target-arch: arm64
122+
os: ubuntu-24.04-arm
118123
- host-arch: x64
119124
target-arch: arm
125+
os: ubuntu-latest
120126
- host-arch: x64
121127
target-arch: riscv64
128+
os: ubuntu-latest
122129

123130
steps:
131+
- name: Setup node:alpine for JavaScript Actions
132+
uses: dart-musl/setup-node-alpine-for-javascript-actions@v1
133+
124134
- name: Download Artifact
125135
uses: actions/download-artifact@v4
126136
with:

0 commit comments

Comments
 (0)