diff options
author | makefu <github@syntax-fehler.de> | 2020-11-16 21:32:27 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-11-16 21:32:27 +0100 |
commit | 9323f9141ddd9824eacc8f718aa3ba49ea57b852 (patch) | |
tree | a3f1b1ea4fb3266cbadb055da5b9cbbd4f9b1ce9 /makefu | |
parent | 4fb678f03f381b6bd0cda10a3c161dab8be5ed00 (diff) |
ma remote-build: enable gum for arm6l cross-build
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/remote-build/gum.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/2configs/remote-build/gum.nix b/makefu/2configs/remote-build/gum.nix index 98e2e58b5..39e90f1b8 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 = [ ]; + } ]; }; } |