The osbs plugin won't work on arm builders

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-03-11 10:53:46 +00:00
parent 7ec2f02e71
commit b07cd2dd1f

View file

@ -85,7 +85,7 @@ plugins = runroot
{% else %}
{% if env == 'staging' %}
{% if env == 'staging' and not inventory_hostname.startswith('arm') %}
plugins = builder_containerbuild
{% else %}
plugins =