Files
hassio-addons/emby/build.json
2020-12-15 22:32:30 +01:00

15 lines
405 B
JSON

{
"build_from_template": {
"image": "linuxserver/emby",
"version": "4.6.0.8-ls68"
},
"build_from": {
"armv7": "linuxserver/emby:arm32v7-4.6.0.8-ls68",
"armhf": "linuxserver/emby:arm32v7-4.6.0.8-ls68",
"aarch64": "linuxserver/emby:arm64v8-4.6.0.8-ls68",
"amd64": "linuxserver/emby:amd64-4.6.0.8-ls68"
},
"squash": false,
"args": {}
}