ci: add aarch64 nix builds

This commit is contained in:
Mitchell Hashimoto
2024-02-20 11:06:51 -08:00
parent 83f53415f3
commit 6440e5b171

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