From 1b2e500a197aa9919b11d119a985634727902d72 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Tue, 3 Dec 2019 22:21:01 +0000 Subject: [PATCH] Adding ppc64le and s390x arches to mbs stage Signed-off-by: Mohan Boddu --- roles/mbs/common/templates/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 780cad0a59..a2446c7006 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -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