mirror of https://github.com/docker/cli.git
Merge pull request #4923 from vvoland/cli-arm64
bake: Add `windows/arm64` target to bin-image-cross
This commit is contained in:
commit
a1361a1372
|
@ -186,6 +186,7 @@ target "bin-image-cross" {
|
||||||
"linux/arm64",
|
"linux/arm64",
|
||||||
"linux/ppc64le",
|
"linux/ppc64le",
|
||||||
"linux/s390x",
|
"linux/s390x",
|
||||||
"windows/amd64"
|
"windows/amd64",
|
||||||
|
"windows/arm64"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue