This commit is contained in:
Alexandre
2025-04-22 10:47:59 +02:00
parent b65e2178c5
commit e077102208
27 changed files with 214 additions and 84 deletions

9
emby_beta/build.json Normal file
View File

@@ -0,0 +1,9 @@
{
"build_from": {
"aarch64": "lscr.io/linuxserver/emby:arm64v8-beta",
"amd64": "lscr.io/linuxserver/emby:amd64-beta"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}