From 6f79201f750aaf91ae3de990362e49e1842ce0a1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mar 22 2017 15:48:18 +0000 Subject: 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 --- diff --git a/fedora.conf b/fedora.conf index bc6b2f9..f952016 100644 --- a/fedora.conf +++ b/fedora.conf @@ -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'