aarch64 is now a primary arch starting from F28

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2018-03-01 20:48:24 +00:00
parent 39cdd1af91
commit 3199806955

View file

@ -32,9 +32,9 @@ RELEASES = {'f28': {'topic': 'fedora',
# Hack around for the fact that ostree on f25 doesn't know links
{'ref': 'fedora/28/x86_64/workstation',
'dest': os.path.join(ATOMICDEST, 'workstation')}],
'to': [{'arches': ['x86_64', 'armhfp', 'source'],
'to': [{'arches': ['aarch64', 'x86_64', 'armhfp', 'source'],
'dest': os.path.join(FEDORADEST, '28')},
{'arches': ['aarch64', 'i386', 'ppc64', 'ppc64le', 's390x'],
{'arches': ['i386', 'ppc64', 'ppc64le', 's390x'],
'dest': os.path.join(FEDORAALTDEST, '28')}
]},
'updates-testing': {