ci: limit hercules to supported systems

This commit is contained in:
figsoda 2023-01-03 18:20:04 -05:00
parent 016463f92c
commit eceb1de44c

View File

@ -20,6 +20,11 @@
formatter = forEachSystem
(system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt);
herculesCI.ciSystems = [
"x86_64-linux"
"aarch64-linux"
];
packages = forEachSystem (system:
let
inherit (nixpkgs.legacyPackages.${system})