mirror of
https://github.com/chevereto/docker.git
synced 2025-12-16 13:09:47 +01:00
11 lines
197 B
HCL
11 lines
197 B
HCL
target "docker-metadata-action" {}
|
|
|
|
target "build" {
|
|
inherits = ["docker-metadata-action"]
|
|
context = "./"
|
|
dockerfile = "Dockerfile"
|
|
platforms = [
|
|
"linux/amd64",
|
|
"linux/arm64",
|
|
]
|
|
} |