Koschei: Enable builds on aarch64

This reverts commit bf7a36b2cb.
This commit is contained in:
Mikolaj Izdebski 2022-08-22 10:45:44 +02:00
parent 23dcc9eeeb
commit d66d362cb0
2 changed files with 2 additions and 4 deletions

View file

@ -22,8 +22,7 @@ config = {
"task_priority": 30,
{% else %}
"max_builds": 60,
"build_arches": ['x86_64', 'ppc64', 'ppc64le'],
# "build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
"build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
"load_threshold": 0.75,
"task_priority": 30,
{% endif %}

View file

@ -15,8 +15,7 @@ config = {
{% if env == 'staging' %}
"build_arches": ['x86_64'],
{% else %}
"build_arches": ['x86_64', 'ppc64', 'ppc64le'],
# "build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
"build_arches": ['x86_64', 'aarch64', 'ppc64', 'ppc64le'],
{% endif %}
},
"flask": {