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";
|
sshUser = "nix-ssh";
|
||||||
maxJobs = 8;
|
maxJobs = 8;
|
||||||
speedFactor = 18;
|
speedFactor = 18;
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" "riscv64-linux" ];
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
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;
|
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
sshUser = "nix-ssh";
|
sshUser = "nix-ssh";
|
||||||
maxJobs = 8;
|
maxJobs = 8;
|
||||||
speedFactor = 18;
|
speedFactor = 18;
|
||||||
systems = [ "x86_64-linux" ];
|
systems = [ "x86_64-linux" "riscv64-linux" ];
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" "gccarch-x86-64-v3" ];
|
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;
|
sshKey = config.sops.secrets."services/hydra/id_ed25519_hydra".path;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue