8000 add cctools arm builds · awakecoding/llvm-prebuilt@daf2f66 · GitHub
[go: up one dir, main page]

Skip to content

Commit daf2f66

Browse files
author
Marc-André Moreau
committed
add cctools arm builds
1 parent 88ae4e2 commit daf2f66

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/cctools-prebuilt.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,30 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
arch: [ x86_64 ]
10+
arch: [ x86_64, aarch64 ]
1111
os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
1212

1313
include:
1414
- os: ubuntu-20.04
15+
arch: x86_64
1516
runner: ubuntu-20.04
1617
- os: ubuntu-22.04
18+
arch: x86_64
1719
runner: ubuntu-22.04
1820
- os: ubuntu-24.04
21+
arch: x86_64
1922
runner: ubuntu-24.04
20-
23+
- os: ubuntu-22.04
24+
arch: aarch64
25+
runner: ubuntu-22.04-arm
26+
- os: ubuntu-24.04
27+
arch: aarch64
28+
runner: ubuntu-24.04-arm
29+
30+
exclude:
31+
- os: ubuntu-20.04
32+
arch: aarch64
33+
2134
steps:
2235
- name: Configure Linux runner
2336
run: |

0 commit comments

Comments
 (0)
0