Let us not forget about x86_64

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-31 18:02:15 +00:00
parent 99ab131353
commit 268372641d

View file

@ -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')},
]}}
},