Skip to content

Commit 2a02e9c

Browse files
committed
Add darwin platforms
1 parent f136a12 commit 2a02e9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-bake.hcl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ target "artifact-all" {
3030
"linux/amd64",
3131
"linux/arm/v7",
3232
"linux/arm64",
33-
"windows/amd64"
33+
"windows/amd64",
34+
"darwin/arm64",
35+
"darwin/amd64"
3436
]
3537
}
3638

0 commit comments

Comments
 (0)