chore(gallifrey): make epyc aarch64 remote builder

This commit is contained in:
Luj 2024-11-02 02:08:57 +01:00
parent b4d2f40666
commit ae98700493

View file

@ -80,7 +80,10 @@
{ {
hostName = "epyc.infra.newtype.fr"; hostName = "epyc.infra.newtype.fr";
maxJobs = 100; maxJobs = 100;
systems = [ "x86_64-linux" ]; systems = [
"x86_64-linux"
"aarch64-linux"
];
sshUser = "root"; sshUser = "root";
supportedFeatures = [ supportedFeatures = [
"kvm" "kvm"