From 5e713fb8b3385030aa7f4f4fc4b70a06576151a9 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 19 Apr 2023 14:31:59 -0500 Subject: [PATCH] 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 --- fedora.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 42da229..ab17a35 100644 --- a/fedora.conf +++ b/fedora.conf @@ -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',