Przeglądaj źródła

Merge pull request #10290 from tianon/sorry-windows-norelease4u

Remove windows from the list of supported platforms
Arnaud Porterie 10 lat temu
rodzic
commit
94e169b44f
1 zmienionych plików z 4 dodań i 2 usunięć
  1. 4 2
      Dockerfile

+ 4 - 2
Dockerfile

@@ -84,8 +84,10 @@ 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/amd64 windows/386
+	freebsd/amd64 freebsd/386 freebsd/arm
+
+# TODO when https://jenkins.dockerproject.com/job/Windows/ is green, add windows back to the list above
+#	windows/amd64 windows/386
 
 # (set an explicit GOARM of 5 for maximum compatibility)
 ENV GOARM 5