azure: Generate UEFI-only images

As noted by Neal in the previous PR[0], we need UEFI-only images for
Azure. Switch to the `Fedora-30` profile to align with the existing
UEFI-only image configuration for GCP images.

[0] https://pagure.io/pungi-fedora/pull-request/1161

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2023-04-19 14:31:59 -05:00
parent 1510e9ebc4
commit 5e713fb8b3
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -316,7 +316,10 @@ image_build = {
'format': [('vhd','vhd')],
'name': 'Fedora-Cloud-Base-Azure',
'kickstart': 'fedora-cloud-base-azure.ks',
'distro': 'Fedora-22',
# Use `Fedora-30` profile here because we need it
# to be a UEFI image and currently OZ does that if
# we use the `Fedora-30` profile.
'distro': 'Fedora-30',
'disk_size': 5,
'arches': ['x86_64'],
'repo': 'Everything',