Skip to content
Snippets Groups Projects
Verified Commit c3915cb9 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

No longer build development images


Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 649c6e6c
No related branches found
No related tags found
1 merge request!33Drop development images
......@@ -405,7 +405,7 @@ artifacts["Sdk"] = buildImages("amd64", "sdk", [ "sdk" ],
def types = [
[ "minimal", "", true, false, true],
[ "target", "", true, false, true],
[ "development", "--scratchsize 10G", true, true, false]
[ "development", "--scratchsize 10G", false, true, false]
]
artifacts += types.collectEntries { [ "Amd64 ${it[0]}": buildImages("amd64",
......
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