Turns out that we need an empty variant for ostree installer

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-04-14 18:21:29 -04:00
parent e7a8a3c8fa
commit 7814f1639e
2 changed files with 10 additions and 1 deletions

View file

@ -216,7 +216,7 @@ image_build = {
}
ostree_installer = [
('^Everything$', {
('^Atomic$', {
[% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
'[[ arch ]]': {
"repo": [

View file

@ -22,4 +22,13 @@
[% endif %]
</arches>
</variant>
[% if release.version_int >= 28 %]
<variant id="Everything" name="Everything" type="variant">
<arches>
<arch>x86_64</arch>
<arch>ppc64le</arch>
<arch>aarch64</arch>
</arches>
</variant>
[% endif %]
</variants>