mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
Add configuration for Tart VM (#92)
This commit is contained in:
parent
fe06ad6a8c
commit
f61cbdbd52
11 changed files with 152 additions and 45 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ${{ matrix.system }}
|
||||
strategy:
|
||||
matrix:
|
||||
system: [x86_64-linux, aarch64-darwin]
|
||||
system: [x86_64-linux, aarch64-darwin, aarch64-linux]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: om ci run --systems "${{ matrix.system }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue