fix multiline issue in template
Some checks failed
Build empanada images for imagefactory / buildx (push) Failing after 5s
Build empanada container images for lorax / buildx (push) Successful in 1s

This commit is contained in:
Louis Abel 2024-04-19 14:41:49 -07:00
parent 6d931afac5
commit 2d30ed5c29
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -25,7 +25,7 @@ lorax --product="${PRODUCT}" \
--source={{ repo.url }} \
{%- endfor %}
{%- if squashfs_only %}
--squashfs-only
--squashfs-only \
{%- endif %}
--bugurl="${BUGURL}" \
--variant="${VARIANT}" \