Commit cea9b0e8 authored by protolambda's avatar protolambda

ops: empty default platform value, for docker to resolve to something sensible on arm mac

parent 24fd7277
...@@ -29,7 +29,7 @@ variable "PLATFORMS" { ...@@ -29,7 +29,7 @@ variable "PLATFORMS" {
// Only a specify a single platform when `--load` ing into docker. // Only a specify a single platform when `--load` ing into docker.
// Multi-platform is supported when outputting to disk or pushing to a registry. // Multi-platform is supported when outputting to disk or pushing to a registry.
// Multi-platform builds can be tested locally with: --set="*.output=type=image,push=false" // Multi-platform builds can be tested locally with: --set="*.output=type=image,push=false"
default = "${BAKE_LOCAL_PLATFORM}" default = ""
} }
// Each of the services can have a customized version, but defaults to the global specified version. // Each of the services can have a customized version, but defaults to the global specified version.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment