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:
parent
984e58ede4
commit
bebf046f84
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ type OSTreeDeployStageOptions struct {
|
|||
|
||||
Ref string `json:"ref"`
|
||||
|
||||
Remote string `json:"remote,omitempty"`
|
||||
|
||||
Mounts []string `json:"mounts"`
|
||||
|
||||
Rootfs Rootfs `json:"rootfs"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue