allow armhf

This commit is contained in:
Alexandre
2022-01-18 17:36:01 +01:00
parent 9259105781
commit 8a2930b851
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"description": "Open source password management solution",
"init": false,
"map": ["ssl"],

View File

@@ -1,6 +1,6 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"description": "FlexGet is a multipurpose automation tool for all of your media",
"image": "ghcr.io/alexbelgium/flexget-{arch}",
"environment": {

View File

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