Skip to content

Commit 7e95682

Browse files
committed
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>
1 parent 6a2fc91 commit 7e95682

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-bake.hcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ target "bin-image-cross" {
180180
inherits = ["bin-image"]
181181
output = ["type=image"]
182182
platforms = [
183+
"darwin/amd64",
184+
"darwin/arm64",
183185
"linux/amd64",
184186
"linux/arm/v6",
185187
"linux/arm/v7",

0 commit comments

Comments
 (0)