mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 02:29:19 +03:00
13 lines
251 B
HCL
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"]
|
|
} |