forked from emily/nixfiles
Add riscv64-linux builder
This commit is contained in:
parent
14d7afd685
commit
2b0c89f824
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue