Skip to content

Commit

Permalink
fix(multiarch): do not override image metadata for secondary platform…
Browse files Browse the repository at this point in the history
…s (part 2)

Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Mar 29, 2023
1 parent b49060e commit 838baef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/build_phase.go
Expand Up @@ -201,7 +201,7 @@ func (phase *BuildPhase) AfterImages(ctx context.Context) error {
for _, targetPlatform := range targetPlatforms {
for _, imagePlatform := range imagePlatforms {
if targetPlatform == imagePlatform {
fmt.Printf("Found image %q built for target platform %q\n", imageName, targetPlatform)
logboek.Context(ctx).Debug().LogF("Found image %q built for target platform %q\n", imageName, targetPlatform)
continue AssertAllTargetPlatformsPresent
}
}
Expand Down

0 comments on commit 838baef

Please sign in to comment.