Browse code

Revert "Remove windows from the list of supported platforms"

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>

Tianon Gravi authored on 2015/02/10 07:19:08
Showing 1 changed files
... ...
@@ -84,10 +84,8 @@ RUN cd /usr/local/go/src && ./make.bash --no-clean 2>&1
84 84
 ENV DOCKER_CROSSPLATFORMS \
85 85
 	linux/386 linux/arm \
86 86
 	darwin/amd64 darwin/386 \
87
-	freebsd/amd64 freebsd/386 freebsd/arm
88
-
89
-# TODO when https://jenkins.dockerproject.com/job/Windows/ is green, add windows back to the list above
90
-#	windows/amd64 windows/386
87
+	freebsd/amd64 freebsd/386 freebsd/arm \
88
+	windows/amd64 windows/386
91 89
 
92 90
 # (set an explicit GOARM of 5 for maximum compatibility)
93 91
 ENV GOARM 5