SamTV12345-PodFetch/docker-bake.hcl

9 lines
199 B
HCL

group "default" {
targets = ["podfetch"]
}
target "podfetch" {
dockerfile = "Dockerfile_cross"
tags= ["samuel19982/podfetch:dev"]
platforms = ["linux/amd64", "linux/arm64", "linux/arm/v7"]
}