From b07cd2dd1fe5e4fee77e908908eef57ff873b8e2 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 11 Mar 2016 10:53:46 +0000 Subject: [PATCH] The osbs plugin won't work on arm builders Signed-off-by: Patrick Uiterwijk --- roles/koji_builder/templates/kojid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 75594efa2c..8fe4d6d897 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -85,7 +85,7 @@ plugins = runroot {% else %} -{% if env == 'staging' %} +{% if env == 'staging' and not inventory_hostname.startswith('arm') %} plugins = builder_containerbuild {% else %} plugins =