Skip to content

Commit

Permalink
WIP: aarch64 self-hosted
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
  • Loading branch information
sgallagher committed May 1, 2024
1 parent 678b575 commit 68401fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,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:
Expand Down

0 comments on commit 68401fa

Please sign in to comment.