diff --git a/roles/bodhi2/backend/files/new-updates-sync b/roles/bodhi2/backend/files/new-updates-sync index 5b3435c4ce..fbae196a45 100755 --- a/roles/bodhi2/backend/files/new-updates-sync +++ b/roles/bodhi2/backend/files/new-updates-sync @@ -100,7 +100,7 @@ RELEASES = {'f27': {'topic': 'fedora', 'repos': {'updates-testing': { 'from': 'f27-modular-updates-testing', 'to': [{'arches': ['aarch64', 'armhfp', 'i386', 'ppc64', 'ppc64le', - 's390x', 'source'], + 's390x', 'source', 'x86_64'], 'dest': os.path.join(FEDORAMODDEST, 'testing', '27', 'Server')}, ]}} },