mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
13 lines
277 B
HCL
13 lines
277 B
HCL
target frigate {
|
|
dockerfile = "docker/main/Dockerfile"
|
|
platforms = ["linux/amd64", "linux/arm64"]
|
|
target = "frigate"
|
|
}
|
|
|
|
target axcl {
|
|
dockerfile = "docker/axcl/Dockerfile"
|
|
contexts = {
|
|
frigate = "target:frigate",
|
|
}
|
|
platforms = ["linux/amd64", "linux/arm64"]
|
|
} |