mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-25 05:56:28 +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
|
||||
|
||||
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
|
||||
|
||||
## 2.1.9 (20-09-2025)
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "thomst08/requestrr:arm64-latest",
|
||||
"amd64": "thomst08/requestrr:linux-latest",
|
||||
"armv7": "thomst08/requestrr:arm-latest"
|
||||
}
|
||||
"build_from": {
|
||||
"aarch64": "thomst08/requestrr:arm64-latest",
|
||||
"amd64": "thomst08/requestrr:linux-latest"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
description:
|
||||
Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the
|
||||
use of chat
|
||||
|
||||
Reference in New Issue
Block a user