From 3199806955b358cd78aeae6c3af45a7a781880eb Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 1 Mar 2018 20:48:24 +0000 Subject: [PATCH] aarch64 is now a primary arch starting from F28 Signed-off-by: Mohan Boddu --- roles/bodhi2/backend/files/new-updates-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index c6205644fc..6e7c8a072d 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -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': {