From 1be4ac20a62216ef5be39e29274a254e070aaab8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Apr 08 2016 22:55:16 +0000 Subject: set the arch as armhfp for docker base image Signed-off-by: Dennis Gilmore --- diff --git a/fedora.conf b/fedora.conf index 89b03de..5664a5a 100644 --- a/fedora.conf +++ b/fedora.conf @@ -286,7 +286,7 @@ image_build = { 'kickstart': 'fedora-docker-base.ks', 'distro': 'Fedora-20', 'disk_size': 3, - 'arches': ['x86_64', 'armv7hl'], + 'arches': ['x86_64', 'armhfp'], 'repo_from': 'Cloud', 'install_tree_from': 'Cloud', 'subvariant': 'Docker_Base'