Add ppc64 and ppc64le to list of koschei arches
This commit is contained in:
parent
288ea0fdcf
commit
8729c17aa9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ config = {
|
|||
"build_arches": ['i386', 'x86_64', 'armhfp'],
|
||||
{% else %}
|
||||
"max_builds": 40,
|
||||
"build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64'],
|
||||
"build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64', 'ppc64', 'ppc64le'],
|
||||
{% endif %}
|
||||
"load_threshold": 0.65,
|
||||
"task_priority": 30,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue