no more 32bit arm in f37, bump to 1.2

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-09-02 16:38:35 -07:00
parent ad4be08407
commit ac4ab55e68

View File

@ -29,7 +29,7 @@ sigkeys = ['5323552A']
# limit tree architectures # limit tree architectures
# if undefined, all architectures from variants.xml will be included # 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 # limit tree variants
# if undefined, all variants from variants.xml will be included # 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 # These will be inherited by live_media, live_images and image_build
global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37' global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#origin/f37'
global_release = '1.1' global_release = '1.2'
global_version = '37_Beta' global_version = '37_Beta'
# live_images ignores this in favor of live_target # live_images ignores this in favor of live_target
global_target = 'f37' global_target = 'f37'
@ -327,7 +327,7 @@ image_build = {
'kickstart': 'fedora-container-base.ks', 'kickstart': 'fedora-container-base.ks',
'distro': 'Fedora-22', 'distro': 'Fedora-22',
'disk_size': 5, 'disk_size': 5,
'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'], 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
'repo': 'Everything', 'repo': 'Everything',
'install_tree_from': 'Everything', 'install_tree_from': 'Everything',
'subvariant': 'Container_Base', 'subvariant': 'Container_Base',
@ -347,7 +347,7 @@ image_build = {
'kickstart': 'fedora-container-base-minimal.ks', 'kickstart': 'fedora-container-base-minimal.ks',
'distro': 'Fedora-22', 'distro': 'Fedora-22',
'disk_size': 5, 'disk_size': 5,
'arches': ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64'], 'arches': ['aarch64', 'ppc64le', 's390x', 'x86_64'],
'repo': 'Everything', 'repo': 'Everything',
'install_tree_from': 'Everything', 'install_tree_from': 'Everything',
'subvariant': 'Container_Minimal_Base', 'subvariant': 'Container_Minimal_Base',
@ -468,7 +468,7 @@ image_build = {
'kickstart': 'fedora-disk-minimal.ks', 'kickstart': 'fedora-disk-minimal.ks',
'distro': 'Fedora-30', 'distro': 'Fedora-30',
'disk_size': 6, 'disk_size': 6,
'arches': ['aarch64', 'armhfp'], 'arches': ['aarch64'],
'repo': 'Everything', 'repo': 'Everything',
'install_tree_from': 'Everything', 'install_tree_from': 'Everything',
'subvariant': 'Minimal', 'subvariant': 'Minimal',
@ -482,7 +482,7 @@ image_build = {
'kickstart': 'fedora-disk-kde.ks', 'kickstart': 'fedora-disk-kde.ks',
'distro': 'Fedora-30', 'distro': 'Fedora-30',
'disk_size': 14, 'disk_size': 14,
'arches': ['aarch64', 'armhfp'], 'arches': ['aarch64'],
'repo': 'Everything', 'repo': 'Everything',
'install_tree_from': 'Everything', 'install_tree_from': 'Everything',
'subvariant': 'KDE', 'subvariant': 'KDE',
@ -496,7 +496,7 @@ image_build = {
'kickstart': 'fedora-disk-soas.ks', 'kickstart': 'fedora-disk-soas.ks',
'distro': 'Fedora-30', 'distro': 'Fedora-30',
'disk_size': 10, 'disk_size': 10,
'arches': ['aarch64', 'armhfp'], 'arches': ['aarch64'],
'repo': 'Everything', 'repo': 'Everything',
'install_tree_from': 'Everything', 'install_tree_from': 'Everything',
'subvariant': 'SoaS', 'subvariant': 'SoaS',
@ -510,7 +510,7 @@ image_build = {
'kickstart': 'fedora-disk-xfce.ks', 'kickstart': 'fedora-disk-xfce.ks',
'distro': 'Fedora-30', 'distro': 'Fedora-30',
'disk_size': 11, 'disk_size': 11,
'arches': ['aarch64', 'armhfp'], 'arches': ['aarch64'],
'repo': 'Everything', 'repo': 'Everything',
'install_tree_from': 'Everything', 'install_tree_from': 'Everything',
'subvariant': 'Xfce', 'subvariant': 'Xfce',
@ -526,11 +526,11 @@ image_build = {
'kickstart': 'fedora-disk-workstation.ks', 'kickstart': 'fedora-disk-workstation.ks',
'distro': 'Fedora-30', 'distro': 'Fedora-30',
'disk_size': 13, 'disk_size': 13,
'arches': ['armhfp', 'aarch64'], 'arches': ['aarch64'],
'repo': 'Everything', 'repo': 'Everything',
'install_tree_from': 'Everything', 'install_tree_from': 'Everything',
'subvariant': 'Workstation', 'subvariant': 'Workstation',
'failable': ['armhfp'], 'failable': [''],
} }
}, },
], ],
@ -542,7 +542,7 @@ image_build = {
'kickstart': 'fedora-disk-server.ks', 'kickstart': 'fedora-disk-server.ks',
'distro': 'Fedora-30', 'distro': 'Fedora-30',
'disk_size': 7, 'disk_size': 7,
'arches': ['armhfp', 'aarch64'], 'arches': ['aarch64'],
'repo': 'Server', 'repo': 'Server',
'install_tree_from': 'Server', 'install_tree_from': 'Server',
'subvariant': 'Server', 'subvariant': 'Server',