Merge pull request #100571 from puerco/conformance-on-tarballs

Add KUBE_BUILD_CONFORMANCE on package-tarballs target
This commit is contained in:
Kubernetes Prow Robot 2021-03-25 19:00:45 -07:00 committed by GitHub
commit 9af6f70f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -487,6 +487,7 @@ ifeq ($(PRINT_HELP),y)
package package-tarballs:
@echo "$$PACKAGE_HELP_INFO"
else
package-tarballs: KUBE_BUILD_CONFORMANCE = y
package package-tarballs:
build/package-tarballs.sh
endif