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,6 +1,5 @@
{
"build_from": {
"armhf": "linuxserver/webtop:arm32v7-",
"armv7": "linuxserver/webtop:arm32v7-",
"aarch64": "linuxserver/webtop:arm64v8-",
"amd64": "linuxserver/webtop:amd64-"

View File

@@ -1,6 +1,6 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"environment": {
"PUID": "0",
@@ -83,4 +83,3 @@
"version": "4.16",
"webui": "http://[HOST]:[PORT:3000]"
}