Adding ppc64le and s390x arches to mbs stage
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
This commit is contained in:
parent
102033f15e
commit
1b2e500a19
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class ProdConfiguration(BaseConfiguration):
|
|||
KOJI_CONFIG = path.join(confdir, 'koji.conf')
|
||||
{% if env == 'staging' %}
|
||||
KOJI_PROFILE = 'staging'
|
||||
ARCHES = ['aarch64', 'x86_64']
|
||||
ARCHES = ['aarch64', 'ppc64le', 's390x', 'x86_64']
|
||||
BASE_MODULE_ARCHES = {
|
||||
# Fedora 31 and later drop 'i686'. Keep it around for older releases.
|
||||
# https://fedoraproject.org/wiki/Changes/Noi686Repositories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue