Skip to content

Commit

Permalink
.travis: disable Documentation building on ARM64
Browse files Browse the repository at this point in the history
Signed-off-by: Jianlin Lv <Jianlin.Lv@arm.com>
  • Loading branch information
Jianlin-lv committed Jun 12, 2020
1 parent 9487b8d commit 6ca4b3e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 6ca4b3e

Please sign in to comment.