diff options
author | Christopher Baines <mail@cbaines.net> | 2025-02-19 10:03:20 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-02-19 10:03:20 +0000 |
commit | fa43f0233094afa4001d064d108697abb387f0be (patch) | |
tree | 77421e8ef748856e6f1f735bc6f6e5a9f498ca75 | |
parent | 5c0050a082c042e21f2ba53778ec3abe6777f5ae (diff) | |
download | qa-frontpage-fa43f0233094afa4001d064d108697abb387f0be.tar qa-frontpage-fa43f0233094afa4001d064d108697abb387f0be.tar.gz |
Maybe this'll change once more machines are available.
-rw-r--r-- | guix-qa-frontpage/manage-builds.scm | 3 |
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")) |