ci: add aarch64 nix builds

pull/1540/head
Mitchell Hashimoto 2024-02-20 11:06:51 -08:00
parent 83f53415f3
commit 6440e5b171
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 5 additions and 1 deletions

View File

@ -92,7 +92,11 @@ jobs:
run: nix develop -c zig build -Dapp-runtime=none
build-nix:
runs-on: namespace-profile-ghostty-md
strategy:
fail-fast: false
matrix:
os: [namespace-profile-ghostty-md, namespace-profile-ghostty-md-arm64]
runs-on: ${{ matrix.os }}
needs: test
steps:
- name: Checkout code