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'