Expanded git repos api to store repository to publish to

This commit is contained in:
Jef Roosens 2022-04-07 14:28:21 +02:00
parent 9d8491a77a
commit 7eab7afa98
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 35 additions and 22 deletions

View file

@ -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