From 3fc9725f0f55a2470e72da91d7b02bfde280be5f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 8 Oct 2020 11:47:52 +0100 Subject: [PATCH] imange_build: allow armhfp to fail for the time being Signed-off-by: Peter Robinson --- fedora-iot.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/fedora-iot.conf b/fedora-iot.conf index 45755b8..c1772d9 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -218,6 +218,7 @@ image_build = { 'arches': ['armhfp', 'aarch64', 'x86_64'], 'install_tree_from': "https://kojipkgs.fedoraproject.org/compose/rawhide/latest-Fedora-Rawhide/compose/Everything/$arch/os/", 'subvariant': 'IoT', + 'failable': ['armhfp'], } } ],