aarch64 is now a primary arch starting from F28
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
parent
39cdd1af91
commit
3199806955
1 changed files with 2 additions and 2 deletions
|
@ -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': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue