summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-01-25 19:58:53 -0500
committerSeth Flynn <[email protected]>2025-01-25 20:21:42 -0500
commit1572adeeb8d6dfb036cae5106c09495c69348693 (patch)
tree777f219931607b503344688e9a7c5eeb25610ffa /.github
parent1e41d24358348463ba75d2ed80358f8a1d6001ce (diff)
ci: enable aarch64-linux builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml4
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: