From 6b25f85dee2a5ae12a634e91d8fe6e1b40b816fe Mon Sep 17 00:00:00 2001
From: Matt Butcher <technosophos@gmail.com>
Date: Tue, 29 Nov 2016 17:28:59 -0700
Subject: [PATCH] fix(Makefile): build windows amd64 binaries

This adds back support for Windows now that it has been tested by the
community.

Closes #1596
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d311e35d2..d5d53f30e 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
+TARGETS         = darwin/amd64 linux/amd64 linux/386 windows/amd64
 DIST_DIRS       = find * -type d -exec
 
 # go option
-- 
GitLab