maint: Really build GuixSD for different systems.
* Makefile.am (release): Add missing --system flag to 'guix system disk-image'. Reported by Leo Famulari.
This commit is contained in:
parent
e0b2e93005
commit
6344e959ea
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue