drop whitespace diff

This commit is contained in:
Martin Zihlmann 2025-05-25 11:12:36 +01:00
parent 8b49940016
commit 7a6d0f67db
No known key found for this signature in database
GPG Key ID: 0F7784F41354DE99
1 changed files with 0 additions and 1 deletions

View File

@ -764,7 +764,6 @@ func DoBuild(opts *config.KanikoOptions) (v1.Image, error) {
configFile.OS = strings.Split(opts.CustomPlatform, "/")[0]
configFile.Architecture = strings.Split(opts.CustomPlatform, "/")[1]
}
sourceImage, err = mutate.ConfigFile(sourceImage, configFile)
if err != nil {
return nil, err