Skip to content

Commit

Permalink
Merge pull request #299 from depot/bake-platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Sep 9, 2024
2 parents 9a31447 + d2c8830 commit f008429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/buildx/bake/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func ParseCompose(cfgs []compose.ConfigFile, envs map[string]string) (*Config, e
CacheFrom: s.Build.CacheFrom,
CacheTo: s.Build.CacheTo,
NetworkMode: &s.Build.Network,
Platforms: s.Build.Platforms,
SSH: ssh,
Secrets: secrets,
}
Expand Down

0 comments on commit f008429

Please sign in to comment.