worker/osbuild: support Koji target
Add Koji as a separate upload target to the osbuild job implementation.
This commit is contained in:
parent
c7126e3c70
commit
42d623b743
3 changed files with 69 additions and 16 deletions
|
|
@ -53,6 +53,8 @@ func UnmarshalTargetResultOptions(trName string, rawOptions json.RawMessage) (Ta
|
|||
options = new(GCPTargetResultOptions)
|
||||
case "org.osbuild.azure.image":
|
||||
options = new(AzureImageTargetResultOptions)
|
||||
case "org.osbuild.koji":
|
||||
options = new(KojiTargetResultOptions)
|
||||
case "org.osbuild.oci":
|
||||
options = new(OCITargetResultOptions)
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue