koschei: Configure build_arches for frontend
Fixes https://github.com/fedora-infra/koschei/issues/309
This commit is contained in:
parent
9416c7b69c
commit
a8acc66e35
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ config = {
|
|||
"koji_config": {
|
||||
"topurl": "https://{{ koschei_kojipkgs }}",
|
||||
"weburl": "https://{{ koschei_koji_web }}/koji",
|
||||
{% if env == 'staging' %}
|
||||
"build_arches": ['x86_64'],
|
||||
{% else %}
|
||||
"build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
|
||||
{% endif %}
|
||||
},
|
||||
"flask": {
|
||||
"SECRET_KEY": "{{ koschei_flask_secret_key }}",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue