add bolty as aarch64 builder

This commit is contained in:
Cyryl Płotnicki 2022-03-02 22:14:47 +00:00
parent ee0f704331
commit 2fef88607d

View file

@ -9,7 +9,7 @@
hostName = "bolty"; hostName = "bolty";
sshUser = "nix-builder"; sshUser = "nix-builder";
sshKey = "/home/cyryl/.ssh/id_ed25519"; sshKey = "/home/cyryl/.ssh/id_ed25519";
system = "x86_64-linux"; systems = [ "x86_64-linux" "aarch64-linux" ];
maxJobs = 2; maxJobs = 2;
speedFactor = 2; speedFactor = 2;
supportedFeatures = [ "kvm" "big-parallel" ]; supportedFeatures = [ "kvm" "big-parallel" ];