Files
Docker-Chevereto/docker-bake.hcl

11 lines
197 B
HCL
Raw Normal View History

2022-10-28 13:54:30 -03:00
target "docker-metadata-action" {}
target "build" {
inherits = ["docker-metadata-action"]
context = "./"
dockerfile = "Dockerfile"
platforms = [
"linux/amd64",
"linux/arm64",
]
}