This commit is contained in:
Alexandre
2021-12-10 16:46:54 +01:00
parent 60ddded402
commit 0cc99e90c3
12 changed files with 454 additions and 0 deletions

8
mylar3/build.json Normal file
View File

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