Staging koji now has armhfp buiders

This commit is contained in:
Mikolaj Izdebski 2015-09-17 14:58:39 +00:00
parent 3512dad185
commit cac10dbee7

View file

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