1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-26 01:27:43 +00:00

fix: only build supported systems in CI

This commit is contained in:
RGBCube 2025-02-27 21:04:44 +03:00
parent 5c19fae7e7
commit 2c7ac26e4e
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -108,5 +108,9 @@
|> listToAttrs;
in hostsByType // hostConfigs // {
inherit lib;
herculesCI = { ... }: {
ciSystems = [ "aarch64-linux" "x86_64-linux" ];
};
};
}