Add ppc64 and ppc64le to list of koschei arches

This commit is contained in:
Michael Simacek 2016-11-04 15:16:58 +01:00
parent 288ea0fdcf
commit 8729c17aa9

View file

@ -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,