mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 06:54:57 +08:00
ci: Add vira
This commit is contained in:
parent
4745fdf41e
commit
345317883c
1 changed files with 10 additions and 0 deletions
10
vira.hs
Normal file
10
vira.hs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
-- Pipeline configuration for Vira <https://vira.nixos.asia/>
|
||||
|
||||
\ctx pipeline ->
|
||||
pipeline
|
||||
{ build.systems =
|
||||
[ "x86_64-linux"
|
||||
, "aarch64-darwin"
|
||||
]
|
||||
, signoff.enable = True
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue