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:
parent
3364900413
commit
4125025f36
10
fedora.conf
10
fedora.conf
@ -278,8 +278,8 @@ image_build = {
|
||||
'name': 'Fedora-Docker-Base',
|
||||
'kickstart': 'fedora-docker-base.ks',
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 3,
|
||||
'arches': ['x86_64', 'armhfp'],
|
||||
'disk_size': 4,
|
||||
'arches': ['armhfp', 'aarch64', 'x86_64'],
|
||||
'repo_from': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Docker_Base'
|
||||
@ -290,8 +290,8 @@ image_build = {
|
||||
'name': 'Fedora-Container-Minimal-Base',
|
||||
'kickstart': 'fedora-docker-base-minimal.ks',
|
||||
'distro': 'Fedora-22',
|
||||
'disk_size': 3,
|
||||
'arches': ['x86_64', 'armhfp'],
|
||||
'disk_size': 4,
|
||||
'arches': ['armhfp', 'aarch64', 'x86_64'],
|
||||
'repo_from': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Container_Minimal_Base'
|
||||
@ -307,7 +307,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'
|
||||
|
Loading…
Reference in New Issue
Block a user