Temporarily drop armhfp here so we can push out updates for other arches

armhfp is failing container updates for ages.
See https://bugzilla.redhat.com/show_bug.cgi?id=2077680
Since we have been unable to fix that, lets drop armhfp for a bit until
we can fix it. Sorry arm users.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-23 16:21:34 -07:00
parent 68eaabaa74
commit 6cb0600642
1 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ variants_file='variants-fedora.xml'
sigkeys = ['429476B4'] # None = unsigned
# limit tree architectures
# if undefined, all architectures from variants.xml will be included
tree_arches = ['armhfp', 'aarch64', 'ppc64le', 's390x', 'x86_64']
tree_arches = ['aarch64', 'ppc64le', 's390x', 'x86_64']
# limit tree variants
# if undefined, all variants from variants.xml will be included
tree_variants = ['Container']
@ -227,7 +227,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'],
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/34/latest-Fedora-34/compose/Everything/$arch/os/',
'repo': [
'https://kojipkgs.fedoraproject.org/compose/updates/f34-updates/compose/Everything/$arch/os/'
@ -249,7 +249,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'],
'install_tree_from': 'https://kojipkgs.fedoraproject.org/compose/34/latest-Fedora-34/compose/Everything/$arch/os/',
'repo': [
'https://kojipkgs.fedoraproject.org/compose/updates/f34-updates/compose/Everything/$arch/os/'