Skip to content

Commit

Permalink
Merge pull request kubernetes#3590 from jlowdermilk/windows
Browse files Browse the repository at this point in the history
Build win32 client binaries
  • Loading branch information
brendandburns committed Jan 17, 2015
2 parents 3c370d0 + cb517b3 commit eeb712d
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 eeb712d

Please sign in to comment.