diff --git a/internal/osbuild2/ostree_pull_stage.go b/internal/osbuild2/ostree_pull_stage.go index 7550c4fc4..048a4fa01 100644 --- a/internal/osbuild2/ostree_pull_stage.go +++ b/internal/osbuild2/ostree_pull_stage.go @@ -4,6 +4,8 @@ package osbuild2 type OSTreePullStageOptions struct { // Location of the ostree repo Repo string `json:"repo"` + // Remote to configure for all commits + Remote string `json:"remote,omitempty"` } func (OSTreePullStageOptions) isStageOptions() {}