ma remote-build: enable gum for arm6l cross-build

This commit is contained in:
makefu 2020-11-16 21:32:27 +01:00
parent 4fb678f03f
commit 9323f9141d
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -10,6 +10,14 @@
system = "x86_64-linux";
supportedFeatures = [ ];
}
{
hostName = "gum.krebsco.de";
maxJobs = 8;
sshKey = toString <secrets/id_nixBuild>;
sshUser = "nixBuild";
system = "armv6l-linux";
supportedFeatures = [ ];
}
];
};
}