Skip to content

Commit

Permalink
Add darwin platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rancoud committed Apr 2, 2021
1 parent f136a12 commit 2a02e9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ target "artifact-all" {
"linux/amd64",
"linux/arm/v7",
"linux/arm64",
"windows/amd64"
"windows/amd64",
"darwin/arm64",
"darwin/amd64"
]
}

Expand Down

0 comments on commit 2a02e9c

Please sign in to comment.