From 6344e959ea45c283a0c7a2091f0959f8e09a198d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 14 May 2017 22:14:00 +0200 Subject: maint: Really build GuixSD for different systems. * Makefile.am (release): Add missing --system flag to 'guix system disk-image'. Reported by Leo Famulari. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- cgit v1.2.3