SetSystem sets the system buildpacks of the builder
(system dist.System)
| 442 | |
| 443 | // SetSystem sets the system buildpacks of the builder |
| 444 | func (b *Builder) SetSystem(system dist.System) { |
| 445 | b.system = system |
| 446 | } |
| 447 | |
| 448 | // SetRunImage sets the run image of the builder |
| 449 | func (b *Builder) SetRunImage(runConfig builder.RunConfig) { |
no outgoing calls