Add riscv64-linux builder

This commit is contained in:
emily 2024-07-26 17:50:32 +02:00
parent 14d7afd685
commit 2b0c89f824
Signed by: emily
GPG key ID: F6F4C66207FCF995

View file

@ -23,8 +23,8 @@
sshUser = "nix-ssh";
maxJobs = 8;
speedFactor = 18;
systems = [ "x86_64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
systems = [ "x86_64-linux" "riscv64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64" "gccarch-x86-64-v2" "gccarch-x86-64-v3" ];
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
}
{
@ -32,8 +32,8 @@
sshUser = "nix-ssh";
maxJobs = 8;
speedFactor = 18;
systems = [ "x86_64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
systems = [ "x86_64-linux" "riscv64-linux" ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64" "gccarch-x86-64-v2" "gccarch-x86-64-v3" ];
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
}
];