mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
14 lines
351 B
JSON
14 lines
351 B
JSON
{
|
|
"build_from_template": {
|
|
"image": "linuxserver/znc",
|
|
"version": "znc-1.8.1-ls38"
|
|
},
|
|
"build_from": {
|
|
"armhf": "linuxserver/znc:arm32v7-znc-1.8.1-ls38",
|
|
"aarch64": "linuxserver/znc:arm64v8-znc-1.8.1-ls38",
|
|
"amd64": "linuxserver/znc:amd64-znc-1.8.1-ls38"
|
|
},
|
|
"squash": false,
|
|
"args": {}
|
|
}
|