Enable s390x in MBS
This commit is contained in:
parent
b5b10ea242
commit
1bf86a56ce
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue