Commit 24fd7277 authored by protolambda's avatar protolambda

ops: set default PLATFORMS var to local platform

parent af58f3ea
......@@ -29,7 +29,7 @@ variable "PLATFORMS" {
// 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 builds can be tested locally with: --set="*.output=type=image,push=false"
default = "linux/amd64"
default = "${BAKE_LOCAL_PLATFORM}"
}
// 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