Skip to content

Commit

Permalink
fix(build, report): add non-final images
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
  • Loading branch information
alexey-igrychev committed Dec 24, 2024
1 parent 522025c commit cc4424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/build_phase.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func (phase *BuildPhase) publishMultiplatformImageMetadata(ctx context.Context,
}

func (phase *BuildPhase) createReport(ctx context.Context) error {
for _, desc := range phase.Conveyor.imagesTree.GetImagesByName(true) {
for _, desc := range phase.Conveyor.imagesTree.GetImagesByName(false) {
name, images := desc.Unpair()
targetPlatforms := util.MapFuncToSlice(images, func(img *image.Image) string { return img.TargetPlatform })

Expand Down

0 comments on commit cc4424b

Please sign in to comment.