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
|
run: nix develop -c zig build -Dapp-runtime=none
|
||||||
|
|
||||||
build-nix:
|
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
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
Reference in New Issue
Block a user