From a5ad6c7db5176881ae1a7399c5d4c0f3b59b355f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mar 08 2016 20:24:44 +0000 Subject: disable building teh cloudingages for i386 as tehy seem to be failing Signed-off-by: Dennis Gilmore --- diff --git a/fedora.conf b/fedora.conf index ab29567..dd5a5e3 100644 --- a/fedora.conf +++ b/fedora.conf @@ -297,7 +297,7 @@ image_build = { 'kickstart': "fedora-cloud-base.ks", 'distro': 'Fedora-20', 'disk_size': 3, - 'arches': ['x86_64', 'i386'], + 'arches': ['x86_64'], 'repo_from': 'Cloud' 'install_tree_from': 'Cloud' } @@ -313,7 +313,7 @@ image_build = { 'kickstart': "fedora-cloud-base-vagrant.ks", 'distro': 'Fedora-20', 'disk_size': 40, - 'arches': ['x86_64', 'i386'], + 'arches': ['x86_64'], 'repo_from': 'Cloud' 'install_tree_from': 'Cloud' }