Changeset - 63ac6c38dd4a
[Not reviewed]
master
0 1 0
x - 18 days ago 2026-01-04 17:18:22
xbr@c3l.lu
fix: create manifest in building process
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
build_script/build.sh
Show inline comments
 
@@ -26,12 +26,14 @@ build() {
 
    pushd "$GLUON_DIR"
 

	
 
    for TARGET in $(make list-targets); do
 
        make -j16 GLUON_TARGET="$TARGET"
 
    done
 

	
 
    make manifest
 

	
 
    popd
 
}
 

	
 
# $1: autoupdater branch
 
move_output_images() {
 
    pushd "$GLUON_DIR"
0 comments (0 inline, 0 general)