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
|
||||
|
||||
## 3.13.6-9 (18-11-2025)
|
||||
- Added `env_vars` option to allow passing custom environment variables from the add-on configuration.
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "ertagh/teamspeak3-server:latest-predownloaded",
|
||||
"amd64": "ertagh/teamspeak3-server:x64-latest-predownloaded",
|
||||
"armv7": "ertagh/teamspeak3-server:latest-predownloaded"
|
||||
}
|
||||
"build_from": {
|
||||
"aarch64": "ertagh/teamspeak3-server:latest-predownloaded",
|
||||
"amd64": "ertagh/teamspeak3-server:x64-latest-predownloaded"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
description: voice communication for online gaming, education and training
|
||||
environment:
|
||||
DIST_UPDATE: "0"
|
||||
|
||||
Reference in New Issue
Block a user