From f17f8d39c2d28e4dc43923a9efad9f71463d74a6 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 1 May 2024 14:44:34 -0400 Subject: [PATCH] WIP: aarch64 self-hosted Signed-off-by: Stephen Gallagher --- .github/workflows/ci.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 506ef0f..4fee552 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,9 +4,11 @@ on: push: branches: - main + - ci_tests pull_request: branches: - main + - ci_tests jobs: ubuntu: @@ -128,9 +130,9 @@ jobs: meson test -t 5 --print-errorlogs -C fedora-${{ matrix.release }} - fedora_multiarch: - name: Fedora non-x86_64 - runs-on: ubuntu-latest + fedora_aarch64: + name: Fedora ${{ matrix.arch }} + runs-on: [self-hosted, linux, ARM64] strategy: fail-fast: false matrix: