From 8d1a0f76081358b70b7bd87619d96174f2cfea98 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jul 18 2024 13:08:26 +0000 Subject: KDE: Do not allow KDE AArch64 images to fail to build Fedora KDE considers AArch64 release-blocking and wants images to always exist for AArch64 so we avoid releasing without images. Reference: https://fedoraproject.org/wiki/Changes/Fedora_KDE_AArch64_ReleaseBlocker Signed-off-by: Neal Gompa --- diff --git a/fedora.conf b/fedora.conf index 5a4d6a7..7da94c5 100644 --- a/fedora.conf +++ b/fedora.conf @@ -269,7 +269,7 @@ image_build = { 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'KDE', - 'failable': ['*'], + 'failable': [''], } }, { @@ -481,7 +481,7 @@ live_media = { 'name': 'Fedora-KDE-Live', 'kickstart': 'fedora-live-kde.ks', 'arches': ['x86_64', 'aarch64', 'ppc64le'], - 'failable': ['aarch64', 'ppc64le'], + 'failable': ['ppc64le'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'KDE'