summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/guix-system.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index a59bd9a6b91..16c02e6e4c9 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -342,6 +342,10 @@ for example in gnu/system/examples/*.tmpl; do
342 # 'asus-c201.tmpl' uses 'linux-libre-arm-generic', which is an 342 # 'asus-c201.tmpl' uses 'linux-libre-arm-generic', which is an
343 # ARM-only package. 343 # ARM-only package.
344 options="--system=armhf-linux";; 344 options="--system=armhf-linux";;
345 *raspberry*)
346 # The Raspberry Pi templates 'linux-libre-arm64-generic', which is
347 # an ARM-only package.
348 options="--system=aarch64-linux";;
345 *vm-image*) 349 *vm-image*)
346 # The VM image tries to build 'current-guix' as per 'guix pull'. 350 # The VM image tries to build 'current-guix' as per 'guix pull'.
347 # Skip it. 351 # Skip it.