tdarr initial build

This commit is contained in:
alexbelgium
2022-03-24 10:58:27 +01:00
parent a2ecc71edf
commit 57595d90c3
12 changed files with 388 additions and 2 deletions

10
tdarr/build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"build_from": {
"aarch64": "ghcr.io/haveagitgat/tdarr:latest",
"amd64": "ghcr.io/haveagitgat/tdarr:latest",
"armv7": "ghcr.io/haveagitgat/tdarr:latest"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}