From 273fdd768665d0e52b1a5486183f2fa7b44078b7 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Mon, 15 Mar 2021 15:29:04 +0100 Subject: [PATCH] Build conformance issue when building via `cross` or `cross-in-a-container` This enables building the conformance image when running `make cross-in-a-container`, which is being used by the release engineering tooling. Signed-off-by: Sascha Grunert --- build/root/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/Makefile b/build/root/Makefile index 43ce95f8f4d..4d95f9bca05 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -506,6 +506,7 @@ ifeq ($(PRINT_HELP),y) cross cross-in-a-container: @echo "$$CROSS_HELP_INFO" else +cross cross-in-a-container: KUBE_BUILD_CONFORMANCE = y cross: hack/make-rules/cross.sh cross-in-a-container: KUBE_OUTPUT_SUBPATH = $(OUT_DIR)/dockerized