Skip to content

Commit

Permalink
Merge pull request #9642 from jfrazelle/windows
Browse files Browse the repository at this point in the history
Add windows back.
  • Loading branch information
LK4D4 committed Dec 15, 2014
2 parents 5e888ab + 54229fa commit 1bdf579
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
ENV DOCKER_CROSSPLATFORMS \
linux/386 linux/arm \
darwin/amd64 darwin/386 \
freebsd/amd64 freebsd/386 freebsd/arm
# windows is experimental for now
# windows/amd64 windows/386
freebsd/amd64 freebsd/386 freebsd/arm \
windows/amd64 windows/386

# (set an explicit GOARM of 5 for maximum compatibility)
ENV GOARM 5
Expand Down

0 comments on commit 1bdf579

Please sign in to comment.