Skip to content

Images overwritten. IMG_SUFFIX not used #241

@ghost

Description

When I build multiple images at a time, like lite, dektop, qemu, all build go OK, images get generated but finally I get one image. It has no suffix like "lite", looks like every next image is consequently overwriting the previous one.

build.sh is exporting something like this:
export IMG_FILENAME="${IMG_FILENAME:-"${IMG_DATE}-${IMG_NAME}${IMG_SUFFIX}"}"

but at this point IMG_SUFFIX is not yet defined. it is going to be defined at EXPORT_IMAGE file, but it is never used later.

so file ends up without suffix and the last built image wins overwriting all previous ones

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions