Skip to content

Commit

Permalink
bake/bin-image-cross: Add darwin
Browse files Browse the repository at this point in the history
So we can also have darwin binaries in the `dockereng/cli-bin` image.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
  • Loading branch information
vvoland committed Apr 10, 2024
1 parent 6a2fc91 commit 7e95682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-bake.hcl
Expand Up @@ -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",
Expand Down

0 comments on commit 7e95682

Please sign in to comment.