Merge pull request #2028 from marcosnils/feat/detect_platform
Automatically detect target platform based on buildkit worker
This commit is contained in:
@@ -123,7 +123,7 @@ func (p *Plan) configPlatform() error {
|
||||
}
|
||||
|
||||
// Set platform to context
|
||||
err = p.context.Platform.Set(platform)
|
||||
err = p.context.Platform.SetString(platform)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user