prowlarr addition

This commit is contained in:
Alexandre
2021-06-22 10:21:57 +02:00
parent a5880e1222
commit a7d7816c6b
12 changed files with 304 additions and 0 deletions

8
prowlarr/build.json Normal file
View File

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