Merge pull request #15094 from Microsoft/10662-fixvendorhelper

Windows: Fix vendor-helpers.sh
Upstream-commit: c473ae14fd242d028d51e5848c8d3fb7c86d0d07
Component: engine
This commit is contained in:
David Calavera
2015-07-28 10:17:30 -07:00

View File

@ -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=(
''