mbs: f34 is eol

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-06-28 12:24:39 -07:00
parent da4c14967e
commit e771b8156a

View file

@ -169,7 +169,6 @@ class ProdConfiguration(BaseConfiguration):
BASE_MODULE_ARCHES = {
# Fedora >= 37 removes armv7hl, Fedora < 37 still have it
# https://fedoraproject.org/wiki/Changes/RetireARMv7
'platform:f34': ['aarch64', 'armv7hl', 'i686', 'ppc64le', 'x86_64', 's390x'],
'platform:f35': ['aarch64', 'armv7hl', 'i686', 'ppc64le', 'x86_64', 's390x'],
'platform:f36': ['aarch64', 'armv7hl', 'i686', 'ppc64le', 'x86_64', 's390x'],
'platform:el8' : ['aarch64', 'ppc64le', 'x86_64', 's390x']