mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Windows: Fix vendor-helpers.sh
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
3a7b4230b2
commit
663d50464e
1 changed files with 1 additions and 1 deletions
|
@ -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=(
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue