From f98ceb1cd88a92f4aedfb1aea4e9ec65d7bba088 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 8 Oct 2020 11:49:54 +0100 Subject: [PATCH] imange_build: enable armhfp Signed-off-by: Peter Robinson --- fedora-iot.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fedora-iot.conf b/fedora-iot.conf index c9913ac..a49710b 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -215,9 +215,10 @@ image_build = { 'kickstart': 'fedora-iot.ks', 'distro': 'Fedora-22', 'disk_size': 4, - 'arches': ['aarch64', 'x86_64'], + 'arches': ['armhfp', 'aarch64', 'x86_64'], 'install_tree_from': "https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-33/compose/Everything/$arch/os/", 'subvariant': 'IoT', + 'failable': ['armhfp'], } } ],