Make armv7 Xfce failable and mark aarch64 Workstation non failable.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-02-26 14:27:31 -08:00 committed by mohanboddu
parent b78189424d
commit ac35b688e1

View File

@ -446,7 +446,7 @@ image_build = {
'repo': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Workstation',
'failable': ['*'],
'failable': ['armhfp','ppc64le'],
}
},
],
@ -713,7 +713,7 @@ live_images = [
'repo': 'Everything',
'type': 'appliance',
'subvariant': 'Xfce',
'failable': False,
'failable': True,
},
{
'kickstart': 'fedora-arm-lxqt.ks',