From 6e04af4b2f3177b782af3423358e906e526930f2 Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 28 Jul 2015 10:13:33 -0700 Subject: [PATCH] Windows: Fix vendor-helpers.sh Signed-off-by: John Howard Upstream-commit: 663d50464e1932f924e875244783718699ca559f Component: engine --- components/engine/hack/.vendor-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/hack/.vendor-helpers.sh b/components/engine/hack/.vendor-helpers.sh index 9b8b1a3636..5cac707a26 100755 --- a/components/engine/hack/.vendor-helpers.sh +++ b/components/engine/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=( ''