tests: Attempt to build 'desktop.tmpl' on all major architectures.

Partly fixes <https://issues.guix.gnu.org/58352>.

* tests/guix-system.sh: Try to build 'desktop.tmpl' for x86_64, i686, and aarch64.
This commit is contained in:
Ludovic Courtès 2022-10-07 15:59:05 +02:00
parent 06deab3321
commit 31708431c5
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 0 deletions

View File

@ -354,6 +354,12 @@ for example in gnu/system/examples/*.tmpl; do
guix system -n disk-image $options "$example"
done
# Make sure the desktop image can be built on major architectures.
for system in x86_64-linux i686-linux aarch64-linux
do
guix system -n image -s "$system" gnu/system/examples/desktop.tmpl
done
# Verify that the images can be built.
guix system -n vm gnu/system/examples/bare-bones.tmpl
guix system -n image gnu/system/images/pinebook-pro.scm