From 0eea87ecdfec74ec84da3c84508ff9256f3da994 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Thu, 8 Dec 2022 20:39:45 +0100 Subject: [PATCH] Make armhfp failable for F36 Signed-off-by: Clement Verna --- fedora-container.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fedora-container.conf b/fedora-container.conf index 94e505c..3f61a75 100644 --- a/fedora-container.conf +++ b/fedora-container.conf @@ -234,7 +234,8 @@ image_build = { 'https://kojipkgs.fedoraproject.org/compose/updates/f36-updates/compose/Everything/$arch/os/' 'https://kojipkgs.fedoraproject.org/compose/36/latest-Fedora-36/compose/Everything/$arch/os/' ], - 'subvariant': 'Container_Base' + 'subvariant': 'Container_Base', + 'failable': ['armhfp'], }, 'factory-parameters': { 'dockerversion': "1.10.1", @@ -257,6 +258,7 @@ image_build = { 'https://kojipkgs.fedoraproject.org/compose/36/latest-Fedora-36/compose/Everything/$arch/os/' ], 'subvariant': 'Container_Minimal_Base', + 'failable': ['armhfp'], }, 'factory-parameters': { 'dockerversion': "1.10.1",