diff --git a/fedora.conf b/fedora.conf index 77f49b5..6631dec 100644 --- a/fedora.conf +++ b/fedora.conf @@ -353,6 +353,19 @@ image_build = { 'failable': ['ppc64le', 's390x'], } }, + { + 'image-build': { + 'format': [('vmdk','vmdk')], + 'name': 'Fedora-Cloud-Base', + 'kickstart': 'fedora-cloud-base.ks', + 'distro': 'Fedora-22', + 'disk_size': 4, + 'arches': ['aarch64', 'x86_64'], + 'repo': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Cloud_Base', + } + }, { 'image-build': { 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')],