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 \