From 18e415f6091ec448ae49b8de73d733fdcb54dfd2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Feb 28 2019 20:23:24 +0000 Subject: Add armhfp for the existing aarch64 image builds As part of the UEFI on ARMv7 feature we build the images the same as aarch64 using image factory. This is initiall enabling the Minimal/Server/Workstation images to allow wider testing. Once we know they're good we'll move all the others over and remove the old build mechanism that uses appliance-creator. Signed-off-by: Peter Robinson --- diff --git a/fedora.conf b/fedora.conf index 4a7b77d..a382c35 100644 --- a/fedora.conf +++ b/fedora.conf @@ -424,7 +424,7 @@ image_build = { 'kickstart': 'fedora-disk-minimal.ks', 'distro': 'Fedora-22', 'disk_size': 5, - 'arches': ['aarch64'], + 'arches': ['armhfp', 'aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Minimal', @@ -440,7 +440,7 @@ image_build = { 'kickstart': 'fedora-disk-workstation.ks', 'distro': 'Fedora-22', 'disk_size': 11, - 'arches': ['aarch64'], + 'arches': ['armhfp', 'aarch64'], 'repo': 'Workstation', 'install_tree_from': 'Workstation', 'subvariant': 'Workstation', @@ -456,7 +456,7 @@ image_build = { 'kickstart': 'fedora-disk-server.ks', 'distro': 'Fedora-22', 'disk_size': 7, - 'arches': ['aarch64'], + 'arches': ['armhfp', 'aarch64'], 'repo': 'Server', 'install_tree_from': 'Server', 'subvariant': 'Server',