diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1da4534..cd6cee7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,11 +11,15 @@ jobs: name: Build outputs (${{ matrix.system }}) strategy: + fail-fast: false matrix: include: - system: x86_64-linux os: ubuntu-latest + - system: aarch64-linux + os: ubuntu-24.04-arm + runs-on: ${{ matrix.os }} env: |
