diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 14c4ad9..7a65e80 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -37,7 +37,7 @@ pipeline: <<: *default commands: - cd gluon - - make -j10 GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable + - make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=stable GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-stable GLUON_OUTPUTDIR=output/stable list_images: <<: *default