Distributed build: Difference between revisions
imported>Symphorien →Prerequisites: Explain how to have nix on PATH via ssh when the remote builder uses nix-user-chroot |
imported>Mnapierkowski Add note for builders which support multiple architectures |
||
| Line 81: | Line 81: | ||
hostName = "builder"; | hostName = "builder"; | ||
system = "x86_64-linux"; | system = "x86_64-linux"; | ||
# if the builder supports building for multiple architectures, | |||
# replace the previous line by, e.g., | |||
# systems = ["x86_64-linux" "aarch64-linux"]; | |||
maxJobs = 1; | maxJobs = 1; | ||
speedFactor = 2; | speedFactor = 2; | ||