cloud: Build Azure image 💙

Now that the Fedora + Azure change was approved, let's get Azure images
building in koji alongside the existing qcow, raw.xz, and vagrant
images.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2023-05-11 10:05:23 -05:00
parent 142ed5e0cc
commit 29fb0a1e46
No known key found for this signature in database
1 changed files with 20 additions and 0 deletions

View File

@ -177,6 +177,26 @@ image_build = {
'subvariant': 'Cloud_Base',
}
},
{
'image-build': {
'format': [('vhd','vhd')],
'name': 'Fedora-Cloud-Base-Azure',
'target': 'f39',
'version': '39',
'release': None,
'ksurl': 'git+https://pagure.io/fedora-kickstarts.git?#origin/f39',
'kickstart': 'fedora-cloud-base-azure.ks',
'distro': 'Fedora-30',
'disk_size': 10,
'arches': ['aarch64', 'x86_64'],
'repo': [
'https://kojipkgs.fedoraproject.org/compose/updates/f39-updates/compose/Everything/$arch/os/'
'https://kojipkgs.fedoraproject.org/compose/39/latest-Fedora-39/compose/Everything/$arch/os/'
],
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/39/latest-Fedora-39/compose/Everything/$arch/os/',
'subvariant': 'Cloud_Base'
}
},
],
}
koji_profile = 'compose_koji'