forked from vieter-v/vieter
Expanded git repos api to store repository to publish to
This commit is contained in:
parent
9d8491a77a
commit
7eab7afa98
3 changed files with 35 additions and 22 deletions
|
|
@ -12,6 +12,8 @@ pub mut:
|
|||
// On which architectures the package is allowed to be built. In reality,
|
||||
// this controls which builders will periodically build the image.
|
||||
arch []string
|
||||
// Which repo the builder should publish packages to
|
||||
repo string
|
||||
}
|
||||
|
||||
// patch_from_params patches a GitRepo from a map[string]string, usually
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue