瀏覽代碼

Merge pull request #15094 from Microsoft/10662-fixvendorhelper

Windows: Fix vendor-helpers.sh
David Calavera 10 年之前
父節點
當前提交
c473ae14fd
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 	)
 
-	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 buildTagCombos=(
 		''