summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-11-16 21:32:27 +0100
committermakefu <github@syntax-fehler.de>2020-11-16 21:32:27 +0100
commit9323f9141ddd9824eacc8f718aa3ba49ea57b852 (patch)
treea3f1b1ea4fb3266cbadb055da5b9cbbd4f9b1ce9
parent4fb678f03f381b6bd0cda10a3c161dab8be5ed00 (diff)
ma remote-build: enable gum for arm6l cross-build
-rw-r--r--makefu/2configs/remote-build/gum.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/2configs/remote-build/gum.nix b/makefu/2configs/remote-build/gum.nix
index 98e2e58b..39e90f1b 100644
--- a/makefu/2configs/remote-build/gum.nix
+++ b/makefu/2configs/remote-build/gum.nix
@@ -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 = [ ];
+ }
];
};
}