Skip to content
Snippets Groups Projects
Commit 4714263d authored by Emanuele Aina's avatar Emanuele Aina
Browse files

sdk: Restore the image build


Commit 921c72f1 decoupled ospack building from image buiding, but a
typo caused the pipeline to only build the ospack for the SDK and not
the image.

Flip the flag so we build it again.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 9997a9ec
No related branches found
No related tags found
1 merge request!18sdk: Restore the image build
......@@ -386,7 +386,7 @@ def artifacts = [:]
////////// Amd64 //////////
artifacts["Sdk"] = buildImages("amd64", "sdk", [ "sdk" ],
"--scratchsize 10G",
false, false, false, production)
true, false, false, production)
// Types for all boards, common debos arguments, sysroots and ostree
def types = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment