Add s390x to build_arches in prod only
This commit is contained in:
parent
2744ca0da0
commit
130eb14630
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ config = {
|
|||
"load_threshold": 1,
|
||||
{% else %}
|
||||
"max_builds": 60,
|
||||
"build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64', 'ppc64', 'ppc64le'],
|
||||
"build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64', 'ppc64', 'ppc64le', 's390x'],
|
||||
"load_threshold": 0.65,
|
||||
{% endif %}
|
||||
"task_priority": 30,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue