Let's not do container builds on the bkernel's
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
84f4047823
commit
0b9a537bad
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ plugins = runroot
|
|||
|
||||
{% else %}
|
||||
|
||||
{% if ansible_architecture == 'x86_64' %}
|
||||
{% if ansible_architecture == 'x86_64' and not ansible_inventory_hostname.startswith('bkernel') %}
|
||||
plugins = builder_containerbuild
|
||||
{% else %}
|
||||
plugins =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue