We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f19f62 commit 22e5f42Copy full SHA for 22e5f42
1 file changed
Makefile
@@ -63,7 +63,7 @@ live-iso-all-print:
63
void-live-%.iso: mkiso.sh
64
@[ -n "${CI}" ] && printf "::group::\x1b[32mBuilding $@...\x1b[0m\n" || true
65
$(if $(findstring aarch64,$*), \
66
- $(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $* -- -P $(LIVE_PLATFORMS), \
+ $(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $* -- -P "$(LIVE_PLATFORMS)", \
67
$(SUDO) ./mkiso.sh -r $(REPOSITORY) -t $*)
68
@[ -n "${CI}" ] && printf '::endgroup::\n' || true
69
0 commit comments