Staging Koji doesn't have armhfp builders
This commit is contained in:
parent
7c0f38f9e8
commit
ac35410e4d
1 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue