steveej-x13s: add x64-linux-dev-01 builder

This commit is contained in:
steveej 2024-07-26 14:31:25 +02:00
parent 122d4072bb
commit 5324e1390b

View file

@ -99,6 +99,22 @@
"big-parallel" "big-parallel"
"kvm" "kvm"
]; ];
maxJobs = 0;
}
{
hostName = "x64-linux-dev-01.dev.infra.holochain.org";
sshUser = "nix-remote-builder";
sshKey = config.sops.secrets.builder-private-key.path;
protocol = "ssh-ng";
systems = [
"x86_64-linux"
# "aarch64-linux"
];
supportedFeatures = [
"big-parallel"
"kvm"
];
maxJobs = 32; maxJobs = 32;
} }
]; ];