mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
remove armhf
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"build_from": {
|
||||
"armhf": "linuxserver/jackett:arm32v7-latest",
|
||||
"armv7": "linuxserver/jackett:arm32v7-latest",
|
||||
"aarch64": "linuxserver/jackett:arm64v8-latest",
|
||||
"amd64": "linuxserver/jackett:amd64-latest"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"upstream": "0.20.371",
|
||||
"image": "ghcr.io/alexbelgium/jackett-{arch}",
|
||||
@@ -37,4 +37,3 @@
|
||||
"cifspassword": "str?"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user