[WHATSAPPER] Add arm64 arch

This commit is contained in:
baldarn
2026-01-31 11:38:56 +01:00
parent 7fd8460084
commit 3ad44801b8
3 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 1.1.2 (2026-01-31)
- Now supports arch64 arch
## 1.1.1 (2026-01-01)
- Update to latest version from baldarn/whatsapper (changelog : https://github.com/baldarn/whatsapper/releases/tag/1.1.1)

View File

@@ -1,5 +1,6 @@
{
"build_from": {
"amd64": "ghcr.io/baldarn/whatsapper:latest"
"amd64": "ghcr.io/baldarn/whatsapper:latest",
"arm64": "ghcr.io/baldarn/whatsapper:latest"
}
}

View File

@@ -1,9 +1,9 @@
{
"github_exclude": "2024",
"last_update": "15-01-2026",
"last_update": "31-01-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "whatsapper",
"source": "github",
"upstream_repo": "baldarn/whatsapper",
"upstream_version": "1.1.1"
"upstream_version": "1.1.2"
}