frigate/docker/axcl/rpi-axcl.hcl

7 lines
136 B
HCL
Raw Normal View History

target rpi-axcl {
dockerfile = "docker/axcl/Dockerfile"
contexts = {
frigate = "target:rpi",
}
platforms = ["linux/arm64"]
}