Make secondary arch atomic host trees failable

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-11-17 15:20:35 +00:00
parent 448186269c
commit 73554e042e

View file

@ -131,7 +131,10 @@ ostree = {
[% if release.version_int >= 27 %]
"ppc64le", "aarch64"
[% endif %]
]
],
[% if release.version_int >= 27 %]
"failable": ["ppc64le", "aarch64"],
[% endif %]
},
# Atomic Workstation
[% if release.version_int >= 27 %]