Skip to content

Commit b7ec99f

Browse files
committed
ci: Add vira config
1 parent 9021937 commit b7ec99f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

vira.hs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
-- Pipeline configuration for Vira <https://vira.nixos.asia/>
2+
3+
\ctx pipeline ->
4+
pipeline
5+
{ build.systems =
6+
[ "x86_64-linux"
7+
, "aarch64-darwin"
8+
]
9+
, signoff.enable = True
10+
}

0 commit comments

Comments
 (0)