mirror of https://github.com/docker/cli.git
bake/bin-image-cross: Add darwin
So we can also have darwin binaries in the `dockereng/cli-bin` image. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
parent
0c2697d779
commit
1433df8fee
|
@ -180,6 +180,8 @@ target "bin-image-cross" {
|
|||
inherits = ["bin-image"]
|
||||
output = ["type=image"]
|
||||
platforms = [
|
||||
"darwin/amd64",
|
||||
"darwin/arm64",
|
||||
"linux/amd64",
|
||||
"linux/arm/v6",
|
||||
"linux/arm/v7",
|
||||
|
|
Loading…
Reference in New Issue