From 008b10216cd454f9002f79d402e942cff453a0c1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 27 2016 14:52:29 +0000 Subject: We need an imagefactory update to build anything other that x86_64 docker base images Signed-off-by: Dennis Gilmore --- diff --git a/fedora.conf b/fedora.conf index 6647be2..2bf284b 100644 --- a/fedora.conf +++ b/fedora.conf @@ -269,7 +269,7 @@ image_build = { 'kickstart': "fedora-docker-base.ks", 'distro': 'Fedora-20', 'disk_size': 3, - 'arches': ['x86_64', 'i386'], + 'arches': ['x86_64'], 'repo_from': 'Cloud' 'install_tree_from': 'Cloud' }