Enable aarch64 cloud and docker images

This enables the creation of the aarch64 cloud and docker images as part of the nightly compose

Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
Peter Robinson 2017-03-03 18:24:30 +00:00 committed by Dennis Gilmore
parent 5e3ec7b7fe
commit 6f79201f75

View File

@ -279,7 +279,7 @@ image_build = {
'kickstart': 'fedora-docker-base.ks',
'distro': 'Fedora-22',
'disk_size': 5,
'arches': ['x86_64', 'armhfp'],
'arches': ['armhfp', 'aarch64', 'x86_64'],
'repo_from': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Docker_Base'
@ -293,7 +293,7 @@ image_build = {
'kickstart': 'fedora-docker-base-minimal.ks',
'distro': 'Fedora-22',
'disk_size': 5,
'arches': ['x86_64', 'armhfp'],
'arches': ['armhfp', 'aarch64', 'x86_64'],
'repo_from': 'Everything',
'install_tree_from': 'Everything',
'subvariant': 'Container_Minimal_Base'
@ -309,7 +309,7 @@ image_build = {
'kickstart': 'fedora-cloud-base.ks',
'distro': 'Fedora-22',
'disk_size': 4,
'arches': ['x86_64'],
'arches': ['aarch64', 'x86_64'],
'repo_from': 'Cloud',
'install_tree_from': 'Cloud',
'subvariant': 'Cloud_Base'