[PATCH dwarves] CI: add clang+aarch64 to matrix
Alan Maguire <[email protected]> Sat, 20 Jun 2026 09:30:56 +0100
| Newsgroups | org.kernel.vger.dwarves |
|---|---|
| Message-ID | <[email protected]> |
Need to test full matrix of gcc/clang + x86_64/aarch64. Signed-off-by: Alan Maguire <[email protected]> --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f47cc4a..a81aa55 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,12 @@ jobs: llvm-version: '18' pahole: 'none' cc: 'gcc' + - kernel: 'LATEST' + runs_on: 'ubuntu-24.04-arm' + arch: 'aarch64' + llvm-version: '18' + pahole: 'none' + cc: 'clang' name: Linux ${{ matrix.kernel }} uses: ./.github/workflows/vmtest.yml with: -- 2.43.5