This commit is contained in:
Alexandre
2023-07-06 13:56:19 +02:00
parent 1f1708eba2
commit 358df45728
11 changed files with 592 additions and 0 deletions

10
test/build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base-python/aarch64:stable",
"amd64": "ghcr.io/hassio-addons/base-python/amd64:stable",
"armv7": "ghcr.io/hassio-addons/base-python/armv7:stable"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}