From 6ca4b3e6a6975308acbb0b6b14184ae0e6eab3fb Mon Sep 17 00:00:00 2001 From: Jianlin Lv Date: Fri, 12 Jun 2020 18:42:10 +0800 Subject: [PATCH] .travis: disable Documentation building on ARM64 Signed-off-by: Jianlin Lv --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 5d6da812969c..fbe80128192b 100644 --- a/Makefile +++ b/Makefile @@ -512,7 +512,11 @@ install-manpages: mandb postcheck: build +ifeq ("$(GOARCH)","amd64") $(QUIET)$(MAKE) $(SUBMAKEOPTS) -C Documentation update-cmdref check +else + @echo "Skip Documentation building on $(GOARCH)" +endif minikube: $(QUIET) contrib/scripts/minikube.sh