Browse Source

Merge pull request #15094 from Microsoft/10662-fixvendorhelper

Windows: Fix vendor-helpers.sh
David Calavera 10 years ago
parent
commit
c473ae14fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hack/.vendor-helpers.sh

+ 1 - 1
hack/.vendor-helpers.sh

@@ -70,7 +70,7 @@ clean() {
 		github.com/docker/docker/integration-cli # external tests
 		github.com/docker/docker/integration-cli # external tests
 	)
 	)
 
 
-	local dockerPlatforms=( linux/amd64 windows/amd64 $(_dockerfile_env DOCKER_CROSSPLATFORMS) )
+	local dockerPlatforms=( linux/amd64 $(_dockerfile_env DOCKER_CROSSPLATFORMS) )
 	local dockerBuildTags="$(_dockerfile_env DOCKER_BUILDTAGS)"
 	local dockerBuildTags="$(_dockerfile_env DOCKER_BUILDTAGS)"
 	local buildTagCombos=(
 	local buildTagCombos=(
 		''
 		''