Merge pull request #1203 from baldarn/master

WHATSAPPER | Added aarch64 arch
This commit is contained in:
Alexandre
2024-01-26 12:58:46 +01:00
committed by GitHub
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
{ {
"build_from": { "build_from": {
"aarch64": "baldarn/whatsapper:2024.1.22",
"amd64": "baldarn/whatsapper:2024.1.22" "amd64": "baldarn/whatsapper:2024.1.22"
}, },
"codenotary": { "codenotary": {

View File

@@ -1,6 +1,7 @@
{ {
"arch": [ "arch": [
"amd64" "amd64",
"aarch64"
], ],
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Whatsapper for Home Assistant", "description": "Whatsapper for Home Assistant",
@@ -20,5 +21,5 @@
"slug": "whatsapper", "slug": "whatsapper",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/whatsapper",
"version": "2024.1.22-2" "version": "2024.1.22-3"
} }