mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Add architecture deprecation notice
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
- The Home Assistant project has deprecated support for the armv7, armhf and i386 architectures. Support wil be fully dropped in the upcoming Home Assistant 2025.12 release
|
||||
|
||||
|
||||
## 4.0.16.2944 (08-11-2025)
|
||||
- Update to latest version from linuxserver/docker-sonarr (changelog : https://github.com/linuxserver/docker-sonarr/releases)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "lscr.io/linuxserver/sonarr:arm64v8-develop",
|
||||
"amd64": "lscr.io/linuxserver/sonarr:amd64-develop",
|
||||
"armv7": "lscr.io/linuxserver/sonarr:arm32v7-3.0.9.1549-ls173"
|
||||
}
|
||||
"build_from": {
|
||||
"aarch64": "lscr.io/linuxserver/sonarr:arm64v8-develop",
|
||||
"amd64": "lscr.io/linuxserver/sonarr:amd64-develop"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
description:
|
||||
Can monitor multiple RSS feeds for new episodes of your favorite shows
|
||||
and will grab, sort and rename them
|
||||
|
||||
Reference in New Issue
Block a user