make
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Stefan Hoffmann 2023-05-21 20:49:34 +02:00
parent 412025950a
commit 4753d2e34c
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -44,7 +44,7 @@ pipeline:
<<: *default
commands:
- cd gluon
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
- make -j$(nproc) V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
show-images-${TARGET}:
<<: *default