Staging Koji doesn't have armhfp builders

This commit is contained in:
Mikolaj Izdebski 2015-05-05 14:45:17 +00:00
parent 7c0f38f9e8
commit ac35410e4d

View file

@ -20,7 +20,11 @@ config = {
"target_tag": "{{ koschei_koji_tag }}",
"build_tag": "{{ koschei_koji_tag }}-build",
"max_builds": 30,
{% if env == 'staging' %}
"build_arches": ['i386', 'x86_64'],
{% else %}
"build_arches": ['i386', 'x86_64', 'armhfp'],
{% endif %}
"build_opts": {
},
"load_threshold": 0.5,