mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +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
|
||||
|
||||
|
||||
## 1.42.2.10156-f737b826c-ls285 (15-11-2025)
|
||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "lscr.io/linuxserver/plex:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/plex:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/plex:arm32v7-1.32.4"
|
||||
}
|
||||
"build_from": {
|
||||
"aarch64": "lscr.io/linuxserver/plex:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/plex:amd64-latest"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
backup_exclude:
|
||||
- "**/Cache/**"
|
||||
- "**/Plug-in Support/Caches/**"
|
||||
|
||||
Reference in New Issue
Block a user