Browse code

Windows: Fix vendor-helpers.sh

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2015/07/29 02:13:33
Showing 1 changed files
... ...
@@ -70,7 +70,7 @@ clean() {
70 70
 		github.com/docker/docker/integration-cli # external tests
71 71
 	)
72 72
 
73
-	local dockerPlatforms=( linux/amd64 windows/amd64 $(_dockerfile_env DOCKER_CROSSPLATFORMS) )
73
+	local dockerPlatforms=( linux/amd64 $(_dockerfile_env DOCKER_CROSSPLATFORMS) )
74 74
 	local dockerBuildTags="$(_dockerfile_env DOCKER_BUILDTAGS)"
75 75
 	local buildTagCombos=(
76 76
 		''