osbuild2: add 'remote' option for ostree.deploy

Add support for the `remote` option of the `ostree.deploy` stage.
This can be used to deploy a commit that is tied to a remote.
This commit is contained in:
Christian Kellner 2021-08-28 15:55:48 +02:00 committed by Achilleas Koutsou
parent 984e58ede4
commit bebf046f84

View file

@ -11,6 +11,8 @@ type OSTreeDeployStageOptions struct {
Ref string `json:"ref"`
Remote string `json:"remote,omitempty"`
Mounts []string `json:"mounts"`
Rootfs Rootfs `json:"rootfs"`