ombi initial build

This commit is contained in:
Alexandre
2021-07-25 09:48:13 +02:00
parent 2d5648c7c5
commit 49ddcc908d
8 changed files with 187 additions and 12 deletions

8
ombi/build.json Normal file
View File

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