Skip to content

Commit 5aa1a47

Browse files
committed
Add arm binaries on Linux
1 parent 2fca063 commit 5aa1a47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release-binaries-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
matrix:
8484
runs-on:
8585
- ubuntu-22.04
86+
- ubuntu-22.04-arm
8687
- windows-2022
8788
- macos-13
8889
- macos-14

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
echo "target-cmake-flags=$target_cmake_flags" >> $GITHUB_OUTPUT
152152
echo "build-flang=$build_flang" >> $GITHUB_OUTPUT
153153
case "${{ inputs.runs-on }}" in
154-
ubuntu-22.04)
154+
ubuntu-22.04*)
155155
runs_on="depot-${{ inputs.runs-on }}-16"
156156
multi_stage="false"
157157
;;

0 commit comments

Comments
 (0)