diff --git a/pkg/build/build_phase.go b/pkg/build/build_phase.go index 8bd21f33bd..37f644a7c2 100644 --- a/pkg/build/build_phase.go +++ b/pkg/build/build_phase.go @@ -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 } }