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/emby:arm32v7-beta",
"armhf": "linuxserver/emby:arm32v7-beta",
"aarch64": "linuxserver/emby:arm64v8-beta",
"amd64": "linuxserver/emby:amd64-beta"
}

View File

@@ -6,7 +6,7 @@
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": ["aarch64", "amd64", "armv7"],
"image": "ghcr.io/alexbelgium/emby-{arch}",
"boot": "auto",
"upstream": "4.7.0.20",