Skip to content

Commit d2b81f8

Browse files
author
Mladen Rusev
committed
TEMP DEBUG
1 parent 017b64b commit d2b81f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/_shared/oci-build/01_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $(ko_config_path_$1:$(CURDIR)/%=%): | $(NEEDS_YQ) $(bin_dir)/scratch/image
2828
$(YQ) '.builds[0].ldflags[0] = "-s"' | \
2929
$(YQ) '.builds[0].ldflags[1] = "-w"' | \
3030
$(YQ) '.builds[0].ldflags[2] = "{{.Env.LDFLAGS}}"' | \
31-
$(YQ) '.builds[0].flags[0] = "$(go_$1_flags)"' | \
31+
$(YQ) '.builds[0].flags[0] = "-cover"' | \
3232
$(YQ) '.builds[0].linux_capabilities = "$(oci_$1_linux_capabilities)"' \
3333
> $(CURDIR)/$(oci_layout_path_$1).ko_config.yaml
3434

0 commit comments

Comments
 (0)