aboutsummaryrefslogtreecommitdiff
path: root/guix-qa-frontpage
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2025-02-19 10:03:20 +0000
committerChristopher Baines <mail@cbaines.net>2025-02-19 10:03:20 +0000
commitfa43f0233094afa4001d064d108697abb387f0be (patch)
tree77421e8ef748856e6f1f735bc6f6e5a9f498ca75 /guix-qa-frontpage
parent5c0050a082c042e21f2ba53778ec3abe6777f5ae (diff)
downloadqa-frontpage-fa43f0233094afa4001d064d108697abb387f0be.tar
qa-frontpage-fa43f0233094afa4001d064d108697abb387f0be.tar.gz
Mark armhf-linux as having expected low substitute availabilityHEADmaster
Maybe this'll change once more machines are available.
Diffstat (limited to 'guix-qa-frontpage')
-rw-r--r--guix-qa-frontpage/manage-builds.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/guix-qa-frontpage/manage-builds.scm b/guix-qa-frontpage/manage-builds.scm
index 5ff2084..82e2675 100644
--- a/guix-qa-frontpage/manage-builds.scm
+++ b/guix-qa-frontpage/manage-builds.scm
@@ -58,7 +58,8 @@
))
(define %systems-with-expected-low-substitute-availability
- '("i586-gnu"
+ '("armhf-linux"
+ "i586-gnu"
"riscv64-linux"
"powerpc64le-linux"))