Skip to content

Commit 7b052c4

Browse files
[Github][libc] Also build arm container (#181497)
Some of the libc full build tests also run on AArch64 machines. We need to build an ARM container or otherwise the container fails to start and we never end up running anything.
1 parent de4f473 commit 7b052c4

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-libc-container.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ jobs:
1919
build-libc-container:
2020
name: Build libc container
2121
if: github.repository_owner == 'llvm'
22-
runs-on: ubuntu-24.04
22+
runs-on: ${{ matrix.runs-on }}
23+
strategy:
24+
matrix:
25+
runs-on:
26+
- ubuntu-24.04
27+
- ubuntu-24.04-arm
2328
steps:
2429
- name: Checkout LLVM
2530
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1

0 commit comments

Comments
 (0)