Skip to content

Commit 2c7ac26

Browse files
committed
fix: only build supported systems in CI
1 parent 5c19fae commit 2c7ac26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flake.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,9 @@
108108
|> listToAttrs;
109109
in hostsByType // hostConfigs // {
110110
inherit lib;
111+
112+
herculesCI = { ... }: {
113+
ciSystems = [ "aarch64-linux" "x86_64-linux" ];
114+
};
111115
};
112116
}

0 commit comments

Comments
 (0)