MCPcopy Create free account
hub / github.com/dagger/dagger / flattenTargetPlatforms

Function flattenTargetPlatforms

toolchains/engine-dev/main.go:533–539  ·  view source on GitHub ↗
(targetResults []targetResult)

Source from the content-addressed store, hash-verified

531}
532
533func flattenTargetPlatforms(targetResults []targetResult) []*dagger.Container {
534 var platforms []*dagger.Container
535 for _, result := range targetResults {
536 platforms = append(platforms, result.Platforms...)
537 }
538 return platforms
539}
540
541func (dev *EngineDev) pushTargets(
542 ctx context.Context,

Callers 1

ReleaseDryRunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected