diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-05-14 22:14:00 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-05-14 22:16:34 +0200 |
commit | 6344e959ea45c283a0c7a2091f0959f8e09a198d (patch) | |
tree | e32f66c0073164eaf83427fb9de2378e486b9dd9 /Makefile.am | |
parent | e0b2e93005188ab4d6c7413a27832ba2fb7388e8 (diff) | |
download | guix-6344e959ea45c283a0c7a2091f0959f8e09a198d.tar guix-6344e959ea45c283a0c7a2091f0959f8e09a198d.tar.gz |
maint: Really build GuixSD for different systems.
* Makefile.am (release): Add missing --system flag to 'guix system
disk-image'. Reported by Leo Famulari.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4b5a29a72d..74fbc8a759 100644 --- a/Makefile.am +++ b/Makefile.am @@ -617,6 +617,7 @@ release: distcheck for system in $(GUIXSD_SUPPORTED_SYSTEMS) ; do \ image=`$(top_builddir)/pre-inst-env \ guix system disk-image \ + --system=$$system \ --image-size=$(GUIXSD_INSTALLATION_IMAGE_SIZE) \ gnu/system/install.scm` ; \ if [ ! -f "$$image" ] ; then \ |