MBS: fix a typo in config
This commit is contained in:
parent
e8a358cc0e
commit
63b8aa2663
1 changed files with 3 additions and 3 deletions
|
@ -169,9 +169,9 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
BASE_MODULE_ARCHES = {
|
BASE_MODULE_ARCHES = {
|
||||||
# Fedora >= 37 removes armv7hl, Fedora < 37 still have it
|
# Fedora >= 37 removes armv7hl, Fedora < 37 still have it
|
||||||
# https://fedoraproject.org/wiki/Changes/RetireARMv7
|
# https://fedoraproject.org/wiki/Changes/RetireARMv7
|
||||||
'platform:f34': ['aarch64', 'i686', 'ppc64le', 'x86_64', 's390x']
|
'platform:f34': ['aarch64', 'armv7hl', 'ppc64le', 'x86_64', 's390x'],
|
||||||
'platform:f35': ['aarch64', 'i686', 'ppc64le', 'x86_64', 's390x']
|
'platform:f35': ['aarch64', 'armv7hl', 'ppc64le', 'x86_64', 's390x'],
|
||||||
'platform:f36': ['aarch64', 'i686', 'ppc64le', 'x86_64', 's390x']
|
'platform:f36': ['aarch64', 'armv7hl', 'ppc64le', 'x86_64', 's390x'],
|
||||||
'platform:el8' : ['aarch64', 'ppc64le', 'x86_64', 's390x']
|
'platform:el8' : ['aarch64', 'ppc64le', 'x86_64', 's390x']
|
||||||
}
|
}
|
||||||
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
|
KOJI_REPOSITORY_URL = 'https://kojipkgs.fedoraproject.org/repos'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue