summaryrefslogtreecommitdiffstats
path: root/roles/mbs
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-01-30 17:06:41 +0000
committerRalph Bean <rbean@redhat.com>2017-01-30 17:06:41 +0000
commit552614f37c8eecd2ef77b7e52c7f3a5eacc2b0a8 (patch)
treec6c3749bbe63c623a9b161b89af77eee93953b83 /roles/mbs
parent1e4618fcc5082d53adf341879c11859d18108813 (diff)
downloadansible-552614f37c8eecd2ef77b7e52c7f3a5eacc2b0a8.tar.gz
ansible-552614f37c8eecd2ef77b7e52c7f3a5eacc2b0a8.tar.xz
ansible-552614f37c8eecd2ef77b7e52c7f3a5eacc2b0a8.zip
More than just x86_64. Thanks dgilmore!
Diffstat (limited to 'roles/mbs')
-rw-r--r--roles/mbs/common/templates/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py
index 0837a8bbc..9f652a0ce 100644
--- a/roles/mbs/common/templates/config.py
+++ b/roles/mbs/common/templates/config.py
@@ -111,7 +111,7 @@ class ProdConfiguration(BaseConfiguration):
SCMURLS = ["git://pkgs.stg.fedoraproject.org/modules/"]
{% else %}
KOJI_PROFILE = 'production'
- KOJI_ARCHES = ['x86_64']
+ KOJI_ARCHES = ['aarch64', 'armv7hl', 'i686', 'ppc64', 'ppc64le', 'x86_64']
KOJI_REPOSITORY_URL = 'http://kojipkgs.fedoraproject.org/repos'
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.prod']
PDC_URL = 'https://pdc.fedoraproject.org/rest_api/v1'