mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #3590 from jlowdermilk/windows
Build win32 client binaries
This commit is contained in:
commit
eeb712d163
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue