We need an imagefactory update to build anything other that x86_64 docker base images

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2016-02-27 08:52:29 -06:00
parent e128ca9d2a
commit 008b10216c

View File

@ -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'
}