remove armhf

This commit is contained in:
Alexandre
2022-01-19 11:03:57 +01:00
parent da490214df
commit 6d96da36f3
86 changed files with 53 additions and 91 deletions

View File

@@ -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"
}

View File

@@ -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.",