Unverified Commit 8fd3f095 authored by Matt Butcher's avatar Matt Butcher
Browse files

fix(Makefile): build windows amd64 binaries

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

Closes #1596
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment