From f59121f5c788d3142599d3990689b7f3c66f85f2 Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Thu, 26 Jan 2017 05:23:37 -0800 Subject: [PATCH] Add linux/ppc64le to build-cross target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf32ee09f..c3dda9d28 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DOCKER_REGISTRY ?= gcr.io IMAGE_PREFIX ?= kubernetes-helm SHORT_NAME ?= tiller -TARGETS = darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 windows/amd64 +TARGETS = darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 linux/ppc64le windows/amd64 DIST_DIRS = find * -type d -exec APP = helm