Skip to content

Commit ca955e8

Browse files
add cctools arm builds
1 parent 88ae4e2 commit ca955e8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/cctools-prebuilt.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,25 @@ 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
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
2029

2130
steps:
2231
- name: Configure Linux runner

0 commit comments

Comments
 (0)