Skip to content

Commit cd332f5

Browse files
authored
quick-fix: Removes unnecessary docker arches/platforms (#36)
The golang:alpine images don't support the darwin platform and they are unnecessary for our needs Signed-off-by: John McBride <john@opensauced.pizza>
1 parent cfb2e7a commit cd332f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ target "build" {
1515

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

0 commit comments

Comments
 (0)