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

@@ -2,7 +2,6 @@
"build_from": {
"aarch64": "linuxserver/nextcloud:arm64v8-latest",
"amd64": "linuxserver/nextcloud:amd64-latest",
"armhf": "linuxserver/nextcloud:arm32v7-latest",
"armv7": "linuxserver/nextcloud:arm32v7-latest"
}
}

View File

@@ -41,7 +41,7 @@
"ingress": false,
"hassio_api": true,
"ingress_port": 0,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"arch": ["aarch64", "amd64", "armv7"],
"description": "Nextcloud for Home Assistant",
"boot": "manual",
"uart": true,