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

Jenkinsfile: Re-enable the minimal ostree images


They got disabled during in the early phases of the Buster rebase, we should
start buidling them again now.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 208150ef
No related branches found
No related tags found
1 merge request!86Re-enable the minimal ostree images
......@@ -39,7 +39,7 @@ def architectures = [
args: "-t demopack:${demopack}",
image: true,
sysroot: false,
//ostree: true,
ostree: true,
],
target: [
args: "-t demopack:${demopack}",
......@@ -83,7 +83,7 @@ def architectures = [
args: "-t demopack:${demopack}",
image: true,
sysroot: false,
//ostree: true,
ostree: true,
],
target: [
args: "-t demopack:${demopack}",
......@@ -106,7 +106,7 @@ def architectures = [
args: "-t demopack:${demopack}",
image: true,
sysroot: false,
//ostree: true
ostree: true
],/*
sysroot: [
args: '--scratchsize 10G',
......
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