Skip to content

Commit 9af6f70

Browse files
authored
Merge pull request kubernetes#100571 from puerco/conformance-on-tarballs
Add KUBE_BUILD_CONFORMANCE on package-tarballs target
2 parents 931516a + 999a1f5 commit 9af6f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/root/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ ifeq ($(PRINT_HELP),y)
487487
package package-tarballs:
488488
@echo "$$PACKAGE_HELP_INFO"
489489
else
490+
package-tarballs: KUBE_BUILD_CONFORMANCE = y
490491
package package-tarballs:
491492
build/package-tarballs.sh
492493
endif

0 commit comments

Comments
 (0)