From ac4ab55e684d866ec295244489c1ec05aff65fac Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 2 Sep 2022 16:38:35 -0700 Subject: [PATCH] no more 32bit arm in f37, bump to 1.2 Signed-off-by: Kevin Fenzi --- fedora-beta.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/fedora-beta.conf b/fedora-beta.conf index f590a31..e0d7497 100644 --- a/fedora-beta.conf +++ b/fedora-beta.conf @@ -29,7 +29,7 @@ sigkeys = ['5323552A'] # limit tree architectures # if undefined, all architectures from variants.xml will be included -tree_arches = ['aarch64', 'armhfp', 'ppc64le', 's390x', 'x86_64'] +tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64'] # limit tree variants # if undefined, all variants from variants.xml will be included @@ -313,7 +313,7 @@ translate_paths = [ # These will be inherited by live_media, live_images and image_build global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37' -global_release = '1.1' +global_release = '1.2' global_version = '37_Beta' # live_images ignores this in favor of live_target global_target = 'f37' @@ -327,7 +327,7 @@ image_build = { 'kickstart': 'fedora-container-base.ks', 'distro': 'Fedora-22', 'disk_size': 5, - 'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'], + 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Container_Base', @@ -347,7 +347,7 @@ image_build = { 'kickstart': 'fedora-container-base-minimal.ks', 'distro': 'Fedora-22', 'disk_size': 5, - 'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'], + 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Container_Minimal_Base', @@ -468,7 +468,7 @@ image_build = { 'kickstart': 'fedora-disk-minimal.ks', 'distro': 'Fedora-30', 'disk_size': 6, - 'arches': ['aarch64', 'armhfp'], + 'arches': ['aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Minimal', @@ -482,7 +482,7 @@ image_build = { 'kickstart': 'fedora-disk-kde.ks', 'distro': 'Fedora-30', 'disk_size': 14, - 'arches': ['aarch64', 'armhfp'], + 'arches': ['aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'KDE', @@ -496,7 +496,7 @@ image_build = { 'kickstart': 'fedora-disk-soas.ks', 'distro': 'Fedora-30', 'disk_size': 10, - 'arches': ['aarch64', 'armhfp'], + 'arches': ['aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'SoaS', @@ -510,7 +510,7 @@ image_build = { 'kickstart': 'fedora-disk-xfce.ks', 'distro': 'Fedora-30', 'disk_size': 11, - 'arches': ['aarch64', 'armhfp'], + 'arches': ['aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Xfce', @@ -526,11 +526,11 @@ image_build = { 'kickstart': 'fedora-disk-workstation.ks', 'distro': 'Fedora-30', 'disk_size': 13, - 'arches': ['armhfp', 'aarch64'], + 'arches': ['aarch64'], 'repo': 'Everything', 'install_tree_from': 'Everything', 'subvariant': 'Workstation', - 'failable': ['armhfp'], + 'failable': [''], } }, ], @@ -542,7 +542,7 @@ image_build = { 'kickstart': 'fedora-disk-server.ks', 'distro': 'Fedora-30', 'disk_size': 7, - 'arches': ['armhfp', 'aarch64'], + 'arches': ['aarch64'], 'repo': 'Server', 'install_tree_from': 'Server', 'subvariant': 'Server',