chevereto-free/docker-bake.hcl

12 lines
208 B
HCL
Raw Normal View History

2021-11-20 14:34:06 +00:00
target "docker-metadata-action" {}
target "build" {
inherits = ["docker-metadata-action"]
context = "./"
dockerfile = "httpd-php.Dockerfile"
platforms = [
"linux/amd64",
"linux/arm64",
]
}