diff --git a/roles/koschei/templates/config.cfg.j2 b/roles/koschei/templates/config.cfg.j2 index 7df13d5992..1bf21dab80 100644 --- a/roles/koschei/templates/config.cfg.j2 +++ b/roles/koschei/templates/config.cfg.j2 @@ -20,11 +20,7 @@ config = { "target_tag": "{{ koschei_koji_tag }}", "build_tag": "{{ koschei_koji_tag }}-build", "max_builds": 40, - {% if env == 'staging' %} - "build_arches": ['i386', 'x86_64'], - {% else %} "build_arches": ['i386', 'x86_64', 'armhfp'], - {% endif %} "build_opts": { }, "load_threshold": 0.65,