mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
remove armhf
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armv7": "linuxserver/plex:arm32v7-latest",
|
||||
"armhf": "linuxserver/plex:arm32v7-latest",
|
||||
"aarch64": "linuxserver/plex:arm64v8-latest",
|
||||
"amd64": "linuxserver/plex:amd64-latest"
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"host_network": true,
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"image": "ghcr.io/alexbelgium/plex-{arch}",
|
||||
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
|
||||
|
||||
Reference in New Issue
Block a user