mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 02:19:25 +00:00
choose ambassador by platform
This commit is contained in:
@@ -167,7 +167,7 @@ func (a *Agent) prep(w *queue.Work) (*yaml.Config, error) {
|
||||
transform.ImageVolume(conf, []string{a.Local + ":" + conf.Workspace.Path})
|
||||
}
|
||||
|
||||
transform.Pod(conf)
|
||||
transform.Pod(conf, a.Platform)
|
||||
|
||||
return conf, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user