mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 06:19:38 +00:00
vanadium/remote-builders: build more at once on hetzner
This commit is contained in:
parent
f2bd846e22
commit
d93813d04e
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ in
|
|||
sshUser = "remotebuild";
|
||||
speedFactor = 2;
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
maxJobs = 1;
|
||||
inherit supportedFeatures;
|
||||
}
|
||||
{
|
||||
|
|
@ -23,6 +24,7 @@ in
|
|||
sshUser = "remotebuild";
|
||||
speedFactor = 12;
|
||||
system = pkgs.stdenv.hostPlatform.system;
|
||||
maxJobs = 3;
|
||||
inherit supportedFeatures;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue