mirror of
https://github.com/RGBCube/ncc
synced 2025-07-26 09:37:45 +00:00
fix: only build supported systems in CI
This commit is contained in:
parent
5c19fae7e7
commit
2c7ac26e4e
1 changed files with 4 additions and 0 deletions
|
@ -108,5 +108,9 @@
|
||||||
|> listToAttrs;
|
|> listToAttrs;
|
||||||
in hostsByType // hostConfigs // {
|
in hostsByType // hostConfigs // {
|
||||||
inherit lib;
|
inherit lib;
|
||||||
|
|
||||||
|
herculesCI = { ... }: {
|
||||||
|
ciSystems = [ "aarch64-linux" "x86_64-linux" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue