mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Add github-nix-ci based runners (#60)
This commit is contained in:
parent
d63c98de3a
commit
777124e2ca
10 changed files with 51 additions and 9 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
|
@ -8,10 +8,10 @@ on:
|
|||
|
||||
jobs:
|
||||
nix:
|
||||
runs-on: self-hosted
|
||||
runs-on: ${{ matrix.system }}
|
||||
strategy:
|
||||
matrix:
|
||||
system: [aarch64-linux, aarch64-darwin]
|
||||
system: [x86_64-linux, aarch64-darwin]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nixci build --systems "github:nix-systems/${{ matrix.system }}" -- --show-trace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue