The osbs plugin won't work on arm builders
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7ec2f02e71
commit
b07cd2dd1f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ plugins = runroot
|
|||
|
||||
{% else %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
{% if env == 'staging' and not inventory_hostname.startswith('arm') %}
|
||||
plugins = builder_containerbuild
|
||||
{% else %}
|
||||
plugins =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue