mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-08 16:45:56 +02:00
remove armhf
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/scrutiny:arm32v7-latest",
|
||||
"armv7": "linuxserver/scrutiny:arm32v7-latest",
|
||||
"aarch64": "linuxserver/scrutiny:arm64v8-latest",
|
||||
"amd64": "linuxserver/scrutiny:amd64-latest"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"startup": "services",
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"panel_icon": "mdi:glasses",
|
||||
|
||||
Reference in New Issue
Block a user