Remove armhfp from modular updates

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomáš Hrčka 2022-09-13 09:58:50 +02:00
parent 953dd93232
commit 26371877bb

View file

@ -62,7 +62,7 @@ RELEASES = {'f37': {'topic': 'fedora',
'repos': {'updates': {
'from': 'f37-modular-updates',
'ostrees': [],
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
'dest': os.path.join(FEDORADEST, '37', 'Modular')},
{'arches': ['ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, '37', 'Modular')}
@ -70,7 +70,7 @@ RELEASES = {'f37': {'topic': 'fedora',
'updates-testing': {
'from': 'f37-modular-updates-testing',
'ostrees': [],
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
'to': [{'arches': ['x86_64', 'aarch64', 'source'],
'dest': os.path.join(FEDORADEST, 'testing', '37', 'Modular')},
{'arches': ['ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, 'testing', '37', 'Modular')}