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:
parent
1510e9ebc4
commit
5e713fb8b3
@ -316,7 +316,10 @@ image_build = {
|
|||||||
'format': [('vhd','vhd')],
|
'format': [('vhd','vhd')],
|
||||||
'name': 'Fedora-Cloud-Base-Azure',
|
'name': 'Fedora-Cloud-Base-Azure',
|
||||||
'kickstart': 'fedora-cloud-base-azure.ks',
|
'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,
|
'disk_size': 5,
|
||||||
'arches': ['x86_64'],
|
'arches': ['x86_64'],
|
||||||
'repo': 'Everything',
|
'repo': 'Everything',
|
||||||
|
Loading…
Reference in New Issue
Block a user