Enable s390x in MBS

This commit is contained in:
Jan Kaluža 2017-07-24 13:49:33 +00:00
parent b5b10ea242
commit 1bf86a56ce

View file

@ -138,7 +138,7 @@ class ProdConfiguration(BaseConfiguration):
KOJI_ENABLE_CONTENT_GENERATOR = False
{% else %}
KOJI_PROFILE = 'production'
KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64']
KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64', 's390x']
KOJI_REPOSITORY_URL = 'http://kojipkgs.fedoraproject.org/repos'
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'