Enable aarch64 for mbs.stg (#7360)
This commit is contained in:
parent
8b78d4f4ac
commit
e0dab07cf0
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
KOJI_CONFIG = path.join(confdir, 'koji.conf')
|
KOJI_CONFIG = path.join(confdir, 'koji.conf')
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
KOJI_PROFILE = 'staging'
|
KOJI_PROFILE = 'staging'
|
||||||
KOJI_ARCHES = ['x86_64', 'i686']
|
KOJI_ARCHES = ['aarch64', 'x86_64', 'i686']
|
||||||
KOJI_REPOSITORY_URL = 'https://kojipkgs.stg.fedoraproject.org/repos'
|
KOJI_REPOSITORY_URL = 'https://kojipkgs.stg.fedoraproject.org/repos'
|
||||||
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.stg']
|
MESSAGING_TOPIC_PREFIX = ['org.fedoraproject.stg']
|
||||||
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
PDC_URL = 'https://pdc.stg.fedoraproject.org/rest_api/v1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue