From 0378b4a1af91f6e8328db7edb8f04a44de9063a2 Mon Sep 17 00:00:00 2001 From: rmehra Date: Thu, 19 Jan 2017 12:41:47 -0800 Subject: [PATCH] Add linux/arm64 to cross-compile targets. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 448ba2b44..cf32ee09f 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 windows/amd64 +TARGETS = darwin/amd64 linux/amd64 linux/386 linux/arm linux/arm64 windows/amd64 DIST_DIRS = find * -type d -exec APP = helm