Skip to content

Commit

Permalink
Build win32 client binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
j3ffml committed Jan 17, 2015
1 parent 4742121 commit cb517b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-image/cross/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ MAINTAINER Joe Beda <jbeda@google.com>
ENV KUBE_CROSSPLATFORMS \
linux/386 linux/arm \
darwin/amd64 darwin/386 \
windows/amd64
windows/amd64 windows/386

RUN cd /usr/src/go/src && for platform in ${KUBE_CROSSPLATFORMS}; do GOOS=${platform%/*} GOARCH=${platform##*/} ./make.bash --no-clean; done

0 comments on commit cb517b3

Please sign in to comment.