Compare commits

...

6 Commits
stable ... next

Author SHA1 Message Date
Stefan Hoffmann
69da18a640 build debug
Some checks failed
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline failed
2024-05-19 19:25:48 +02:00
Stefan Hoffmann
10260340ea fix
Some checks failed
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline failed
2024-05-19 18:49:05 +02:00
Stefan Hoffmann
0a205348ea Testing
Some checks failed
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline failed
2024-05-19 18:30:13 +02:00
49e52ebede
Testing Manifest
Some checks failed
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline failed
2023-08-20 16:15:18 +02:00
67ae941b89
testing manifest generation
All checks were successful
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
2023-08-20 15:18:56 +02:00
f2027439c3
Added Manifest generation
Some checks failed
ci/woodpecker/push/prepare_next Pipeline was successful
ci/woodpecker/push/next Pipeline failed
2023-08-20 14:30:26 +02:00
2 changed files with 8 additions and 1 deletions

View File

@ -37,7 +37,7 @@ pipeline:
<<: *default
commands:
- cd gluon
- make -j$(nproc) GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
- make -j1 V=s GLUON_AUTOUPDATER_BRANCH=${BRANCH} GLUON_AUTOUPDATER_ENABLED=1 GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
upload:
image: appleboy/drone-scp

View File

@ -11,6 +11,7 @@ variables:
- FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1
- GLUON_AUTOUPDATER_BRANCH=next
when:
event: push
branch: next
@ -45,6 +46,12 @@ pipeline:
- cd gluon
- make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
manifest:
<<: *default
commands:
- cd gluon
- make manifest GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
list_images:
<<: *default
commands: