frigate/docker/axcl/x86-axcl.hcl
2026-02-15 02:34:16 +08:00

13 lines
251 B
HCL

target frigate {
dockerfile = "docker/main/Dockerfile"
platforms = ["linux/amd64"]
target = "frigate"
}
target x86-axcl {
dockerfile = "docker/axcl/Dockerfile"
contexts = {
frigate = "target:frigate",
}
platforms = ["linux/amd64"]
}