Browse code

Remove windows from the list of supported platforms

Since it can still be tested natively without this, this won't cause any harm while we fix the tests to actually work on Windows.

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

Tianon Gravi authored on 2015/01/23 07:42:17
Showing 1 changed files
... ...
@@ -84,8 +84,10 @@ 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
-	windows/amd64 windows/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
89 91
 
90 92
 # (set an explicit GOARM of 5 for maximum compatibility)
91 93
 ENV GOARM 5