Plex initial upload

This commit is contained in:
Alexandre
2021-04-22 16:25:58 +02:00
parent 2ba0bf7814
commit 295101fe23
11 changed files with 426 additions and 0 deletions

8
plex/build.json Normal file
View File

@@ -0,0 +1,8 @@
{
"build_from": {
"armv7": "linuxserver/plex:arm32v7-beta-version-",
"armhf": "linuxserver/plex:arm32v7-beta-version-",
"aarch64": "linuxserver/plex:arm64v8-beta-version-",
"amd64": "linuxserver/plex:amd64-beta-version-"
}
}