[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: hydra: bayfront: Have the coordinator build for more systems.
From: |
Christopher Baines |
Subject: |
02/03: hydra: bayfront: Have the coordinator build for more systems. |
Date: |
Wed, 26 May 2021 14:48:40 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository maintenance.
commit ea9b37f60493204b028c9e6d3114ca159d30c85f
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed May 26 19:38:30 2021 +0100
hydra: bayfront: Have the coordinator build for more systems.
* hydra/bayfront.scm
(services)[guix-build-coordinator-queue-builds-service-type]:
Add i686-linux, aarch64-linux and powerpc64le-linux to systems.
---
hydra/bayfront.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 9f7880d..b15d728 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -781,7 +781,9 @@ proxy_set_header X-Forwarded-For
$proxy_add_x_forwarded_for;"))
(service guix-build-coordinator-queue-builds-service-type
(guix-build-coordinator-queue-builds-configuration
- (systems '("x86_64-linux"))))
+ (systems '("x86_64-linux" "i686-linux"
+ "aarch64-linux"
+ "powerpc64le-linux"))))
(service guix-build-coordinator-agent-service-type
(guix-build-coordinator-agent-configuration