From 999a1f5c76bbb01aa46be860cb6deb4cea45842c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20Garc=C3=ADa=20Veytia=20=28Puerco=29?= Date: Thu, 25 Mar 2021 18:20:36 -0600 Subject: [PATCH] Add KUBE_BUILD_CONFORMANCE on package-tarballs target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adolfo GarcĂ­a Veytia (Puerco) --- build/root/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/Makefile b/build/root/Makefile index 4d95f9bca05..af544f71b47 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -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