From ac35b688e1f97e69a0be87258e4b5247f002432b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 09 2020 15:57:32 +0000 Subject: https://fedoraproject.org/wiki/Changes/ARM_Release_Criteria_Changes Make armv7 Xfce failable and mark aarch64 Workstation non failable. Signed-off-by: Kevin Fenzi --- diff --git a/fedora.conf b/fedora.conf index b2cfc80..519b772 100644 --- a/fedora.conf +++ b/fedora.conf @@ -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',