Skip to content

Commit 8935230

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

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/cctools-prebuilt.yml

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

1313
include:
14-
- os: ubuntu-20.04
15-
runner: ubuntu-20.04
1614
- os: ubuntu-22.04
15+
arch: x86_64
1716
runner: ubuntu-22.04
1817
- os: ubuntu-24.04
18+
arch: x86_64
1919
runner: ubuntu-24.04
20+
- os: ubuntu-22.04
21+
arch: aarch64
22+
runner: ubuntu-22.04-arm
23+
- os: ubuntu-24.04
24+
arch: aarch64
25+
runner: ubuntu-24.04-arm
2026

2127
steps:
2228
- name: Configure Linux runner

0 commit comments

Comments
 (0)