From bf68cb9a1c85d4356d95d1d688a930c55c183e5f Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jul 18 2024 13:08:46 +0000 Subject: KDE: Allow AArch64 live media to fail for now Unfortunately, there are serious issues with Lorax on AArch64 that impair its reliability. Until Fedora KDE artifacts can move off Lorax, we cannot make non-x86_64 live images release blocking. Signed-off-by: Neal Gompa --- diff --git a/fedora.conf b/fedora.conf index 7da94c5..cceca8f 100644 --- a/fedora.conf +++ b/fedora.conf @@ -481,7 +481,7 @@ live_media = { 'name': 'Fedora-KDE-Live', 'kickstart': 'fedora-live-kde.ks', 'arches': ['x86_64', 'aarch64', 'ppc64le'], - 'failable': ['ppc64le'], + 'failable': ['aarch64', 'ppc64le'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'KDE'