mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Merge pull request #100571 from puerco/conformance-on-tarballs
Add KUBE_BUILD_CONFORMANCE on package-tarballs target
This commit is contained in:
commit
9af6f70f8f
@ -487,6 +487,7 @@ ifeq ($(PRINT_HELP),y)
|
|||||||
package package-tarballs:
|
package package-tarballs:
|
||||||
@echo "$$PACKAGE_HELP_INFO"
|
@echo "$$PACKAGE_HELP_INFO"
|
||||||
else
|
else
|
||||||
|
package-tarballs: KUBE_BUILD_CONFORMANCE = y
|
||||||
package package-tarballs:
|
package package-tarballs:
|
||||||
build/package-tarballs.sh
|
build/package-tarballs.sh
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user