Add aarch-64 to Hydra CI

This commit is contained in:
Vili Sinervä 2025-06-12 00:36:51 +03:00
parent aebdaa3d09
commit c722ebaeae
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos

View file

@ -8,6 +8,8 @@ in
./utils/acme-http-client.nix ./utils/acme-http-client.nix
]; ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
services = { services = {
hydra = { hydra = {
enable = true; enable = true;
@ -39,7 +41,10 @@ in
{ {
hostName = "localhost"; hostName = "localhost";
protocol = null; protocol = null;
system = "x86_64-linux"; systems = [
"x86_64-linux"
"aarch64-linux"
];
supportedFeatures = [ supportedFeatures = [
"kvm" "kvm"
"nixos-test" "nixos-test"