Skip to content

Commit 616924f

Browse files
committed
fix: ARM
1 parent 5f91223 commit 616924f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ jobs:
178178
include:
179179
- target: x86_64
180180
runs-on: ubuntu-24.04
181+
- target: aarch64
182+
runs-on: ubuntu-24.04-arm
181183
if: |
182184
github.event_name != 'pull_request' ||
183185
github.event.pull_request.author_association == 'COLLABORATOR' ||
@@ -194,6 +196,8 @@ jobs:
194196
include:
195197
- target: x86_64
196198
runs-on: ubuntu-24.04
199+
- target: aarch64
200+
runs-on: ubuntu-24.04-arm
197201
if: |
198202
github.event_name != 'pull_request' ||
199203
github.event.pull_request.author_association == 'COLLABORATOR' ||

0 commit comments

Comments
 (0)