mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user