image-builder: limit enabling osbuild plugin to staging koji builders

This commit is contained in:
David Kirwan 2022-03-24 10:17:10 +00:00
parent aeb695f2bc
commit f1eb3029aa

View file

@ -154,7 +154,11 @@ keytab = /etc/kojid/kojid.keytab
{% endif %}
{{ plugins.append("rpmautospec_builder") }}
{% if env == "staging" %}
{{ plugins.append("osbuild") }}
{% endif %}
; Config for the runroot plugin lives in /etc/kojid/runroot.conf, if enabled
plugins = {{ plugins | join(" ") }}