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 <[email protected]>
  • Loading branch information
sgallagher committed May 1, 2024
1 parent 678b575 commit f17f8d3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- ci_tests
pull_request:
branches:
- main
- ci_tests

jobs:
ubuntu:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f17f8d3

Please sign in to comment.