From 4bc4587f05a754f52e40928c32c84ea48cc3522f Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 9 Feb 2015 15:19:08 -0700 Subject: [PATCH] Revert "Remove windows from the list of supported platforms" Signed-off-by: Andrew "Tianon" Page --- Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fdf35227fc..b097082ec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,10 +84,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 - -# TODO when https://jenkins.dockerproject.com/job/Windows/ is green, add windows back to the list above -# 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