Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
eeb712d1
Commit
eeb712d1
authored
Jan 16, 2015
by
Brendan Burns
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3590 from jlowdermilk/windows
Build win32 client binaries
parents
3c370d0b
cb517b3a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
build/build-image/cross/Dockerfile
+1
-1
No files found.
build/build-image/cross/Dockerfile
View file @
eeb712d1
...
@@ -21,6 +21,6 @@ MAINTAINER Joe Beda <jbeda@google.com>
...
@@ -21,6 +21,6 @@ MAINTAINER Joe Beda <jbeda@google.com>
ENV
KUBE_CROSSPLATFORMS \
ENV
KUBE_CROSSPLATFORMS \
linux/386 linux/arm \
linux/386 linux/arm \
darwin/amd64 darwin/386 \
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
RUN
cd
/usr/src/go/src
&&
for
platform
in
${
KUBE_CROSSPLATFORMS
}
;
do
GOOS
=
${
platform
%/*
}
GOARCH
=
${
platform
##*/
}
./make.bash
--no-clean
;
done
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment