Skip to content

Commit 7b56be2

Browse files
committed
ci: Add systems config
1 parent 2d828c4 commit 7b56be2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vira.hs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
isMaster = ctx.branch == "master"
55
hf = [("haskell-flake", ".")]
66
in pipeline
7-
{ build.flakes =
7+
{ build.systems =
8+
[ "x86_64-linux"
9+
, "aarch64-darwin"
10+
]
11+
, build.flakes =
812
[ "./dev" { overrideInputs = hf }
913
, "./doc" { overrideInputs = hf }
1014
, "./example" { overrideInputs = hf }

0 commit comments

Comments
 (0)