From df89dff322f843ad4619a2ce36046f7685edf247 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mar 08 2024 16:15:14 +0000 Subject: Revert "Migrate the aarch64 minimal image to osbuild" We need to revert this for a short time so the osbuild folks can deploy a fix. We will un-revert it when they have done so. This reverts commit d092ed0fb149e2a125aae1a7e7bbef3ee8e58386. Signed-off-by: Kevin "signedoff sucks" Fenzi --- diff --git a/fedora.conf b/fedora.conf index 08a587d..3390676 100644 --- a/fedora.conf +++ b/fedora.conf @@ -275,6 +275,19 @@ image_build = { { 'image-build': { 'format': [('raw-xz','raw.xz')], + 'name': 'Fedora-Minimal', + 'kickstart': 'fedora-disk-minimal.ks', + 'distro': 'Fedora-30', + 'disk_size': 6, + 'arches': ['aarch64'], + 'repo': 'Everything', + 'install_tree_from': 'Everything', + 'subvariant': 'Minimal', + } + }, + { + 'image-build': { + 'format': [('raw-xz','raw.xz')], 'name': 'Fedora-KDE', 'kickstart': 'fedora-disk-kde.ks', 'distro': 'Fedora-30', @@ -1008,17 +1021,6 @@ osbuild = { 'manifest_type': 'live-osbuild', } ] - '^Spins$': [ - { - 'name': 'Fedora-Minimal', - 'distro': 'fedora-41', - 'image_types': ['minimal-raw'], - 'arches': ['aarch64'], - 'repo': ['Everything'], - 'manifest_type': 'raw-xz', - 'subvariant': 'Minimal', - } - ] } koji_profile = 'compose_koji'