fix(Makefile): build windows amd64 binaries

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

Closes #1596
pull/1601/head
Matt Butcher 8 years ago
parent 560964766b
commit 6b25f85dee
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -1,7 +1,7 @@
DOCKER_REGISTRY ?= gcr.io DOCKER_REGISTRY ?= gcr.io
IMAGE_PREFIX ?= kubernetes-helm IMAGE_PREFIX ?= kubernetes-helm
SHORT_NAME ?= tiller 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 DIST_DIRS = find * -type d -exec
# go option # go option

Loading…
Cancel
Save