Skip to content

Commit

Permalink
quick-fix: Removes unnecessary docker arches/platforms (#36)
Browse files Browse the repository at this point in the history
The golang:alpine images don't support the darwin platform and they are
unnecessary for our needs

Signed-off-by: John McBride <[email protected]>
  • Loading branch information
jpmcb authored Aug 14, 2023
1 parent cfb2e7a commit cd332f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ target "build" {

target "cross" {
inherits = ["build"]
platforms = ["linux/amd64", "linux/arm64", "darwin/amd64", "darwin/arm64"]
platforms = ["linux/amd64", "linux/arm64"]
tags = ["ghcr.io/open-sauced/pizza"]
}

0 comments on commit cd332f5

Please sign in to comment.