From 1572adeeb8d6dfb036cae5106c09495c69348693 Mon Sep 17 00:00:00 2001 From: Seth Flynn Date: Sat, 25 Jan 2025 19:58:53 -0500 Subject: ci: enable aarch64-linux builds --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/ci.yaml') 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: -- cgit v1.2.3