Non legacy (#33)

* disable legacy flag for each addon
* build.json for each addon
* update addons
This commit is contained in:
Arne Petersen
2020-02-20 03:16:31 +01:00
committed by GitHub
parent 23a46adf0e
commit d24589dae4
37 changed files with 264 additions and 61 deletions

13
emby/build.json Normal file
View File

@@ -0,0 +1,13 @@
{
"build_from_template": {
"image": "linuxserver/emby",
"version": "4.3.1.0-ls26"
},
"build_from": {
"armhf": "linuxserver/emby:arm32v7-4.3.1.0-ls26",
"aarch64": "linuxserver/emby:arm64v8-4.3.1.0-ls26",
"amd64": "linuxserver/emby:amd64-4.3.1.0-ls26"
},
"squash": false,
"args": {}
}