From f6ea1360696a01884bd87a93ee841f925fef5c09 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mar 01 2019 15:47:54 +0000 Subject: Enable armhfp image builds Signed-off-by: Peter Robinson --- diff --git a/fedora-iot.conf b/fedora-iot.conf index 4709d6e..b266bf3 100644 --- a/fedora-iot.conf +++ b/fedora-iot.conf @@ -218,7 +218,7 @@ image_build = { 'kickstart': 'fedora-iot.ks', 'distro': 'Fedora-22', 'disk_size': 4, - 'arches': ['aarch64', 'x86_64'], + 'arches': ['aarch64', 'armhfp', 'x86_64'], 'install_tree_from': "https://kojipkgs.fedoraproject.org/compose/branched/latest-Fedora-30/compose/Everything/$arch/os/", 'subvariant': 'IoT', }