Merge pull request #1540 from mitchellh/aarch64

ci: add aarch64 nix builds
This commit is contained in:
Mitchell Hashimoto
2024-02-20 12:00:18 -08:00
committed by GitHub

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