addition resiliosync - by tyjtyj

This commit is contained in:
Alexandre
2021-06-30 20:17:22 +02:00
parent d3793addc4
commit b593d039b4
7 changed files with 100 additions and 0 deletions

8
resiliosync/build.json Normal file
View File

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