mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
ci: add aarch64 nix builds
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user