Hercules: build only on x86_64-linux and aarch64-linux

This commit is contained in:
Max Headroom 2022-08-26 17:56:39 +02:00
parent 8a4b98e309
commit 7622f95f9a

View file

@ -705,5 +705,9 @@
// { default = self.devShells.${system}.stdenv; } // { default = self.devShells.${system}.stdenv; }
); );
herculesCI.ciSystems = [
"x86_64-linux"
"aarch64-linux"
];
}; };
} }