We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb2e7a commit cd332f5Copy full SHA for cd332f5
docker-bake.hcl
@@ -15,6 +15,6 @@ target "build" {
15
16
target "cross" {
17
inherits = ["build"]
18
- platforms = ["linux/amd64", "linux/arm64", "darwin/amd64", "darwin/arm64"]
+ platforms = ["linux/amd64", "linux/arm64"]
19
tags = ["ghcr.io/open-sauced/pizza"]
20
}
0 commit comments