summaryrefslogtreecommitdiff
path: root/hosts/p-body/buildMachines.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-19 02:16:41 -0400
committerseth <[email protected]>2023-08-19 04:33:09 -0400
commit05db98465f97affa10e2933fe0e3e1c39933f97b (patch)
treea21cb0f003bc75ba62838d4d84ade0b6337c41ea /hosts/p-body/buildMachines.nix
parent9a69717d667db4307396c2569a983e193aa1c318 (diff)
hosts/atlas: don't emulate amd64
Diffstat (limited to 'hosts/p-body/buildMachines.nix')
-rw-r--r--hosts/p-body/buildMachines.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/p-body/buildMachines.nix b/hosts/p-body/buildMachines.nix
index f58c455..07f1cd1 100644
--- a/hosts/p-body/buildMachines.nix
+++ b/hosts/p-body/buildMachines.nix
@@ -6,7 +6,7 @@ _: {
maxJobs = 4;
sshUser = "bob";
supportedFeatures = ["benchmark" "big-parallel" "gccarch-armv8-a" "kvm" "nixos-test"];
- systems = ["aarch64-linux" "x86_64-linux" "i686-linux"];
+ systems = ["aarch64-linux"];
}
];