Skip to content

Commit

Permalink
fix(Makefile): build windows amd64 binaries
Browse files Browse the repository at this point in the history
This adds back support for Windows now that it has been tested by the
community.

Closes #1596
  • Loading branch information
technosophos committed Nov 30, 2016
1 parent a435604 commit 8fd3f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8fd3f09

Please sign in to comment.