Make secondary arch atomic host trees failable
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
448186269c
commit
73554e042e
1 changed files with 4 additions and 1 deletions
|
@ -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 %]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue