This commit is contained in:
Alexandre
2023-03-17 09:34:39 +01:00
committed by GitHub
parent 070f8a19cd
commit fde295b84b
22 changed files with 1328 additions and 0 deletions

10
autobrr/build.json Normal file
View File

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