Don't build aarch64 on dacbert

This commit is contained in:
Sandro Jäckel 2023-01-25 13:25:32 +01:00
parent 4aac83ba3c
commit 972c84c088
No known key found for this signature in database
GPG Key ID: B1763F8651144063
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ in
buildMachines = [{
hostName = "client@dacbert.hq.c3d2.de";
system = lib.concatStringsSep "," [
"aarch64-linux" "armv6l-linux" "armv7l-linux"
# "aarch64-linux" # very slow compared to gallium
"armv6l-linux" "armv7l-linux"
];
supportedFeatures = [ "kvm" "nixos-test" ];
maxJobs = 1;