mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 17:01:33 +08:00
The osbs plugin won't work on arm builders
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -85,7 +85,7 @@ plugins = runroot
|
||||
|
||||
{% else %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
{% if env == 'staging' and not inventory_hostname.startswith('arm') %}
|
||||
plugins = builder_containerbuild
|
||||
{% else %}
|
||||
plugins =
|
||||
|
||||
Reference in New Issue
Block a user