Make armv7 Xfce failable and mark aarch64 Workstation non failable. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b78189424d
commit
ac35b688e1
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user