diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2 index b494d0c2aa..ab55bf9e24 100644 --- a/roles/koschei/backend/templates/config-backend.cfg.j2 +++ b/roles/koschei/backend/templates/config-backend.cfg.j2 @@ -21,10 +21,11 @@ config = { }, {% if env == 'staging' %} "max_builds": 4, + "build_arches": ['i386', 'x86_64', 'armhfp'], {% else %} "max_builds": 40, - {% endif %} "build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64'], + {% endif %} "load_threshold": 0.65, "task_priority": 30, },