Remove armhf

This commit is contained in:
Alexandre
2022-01-22 19:48:52 +01:00
parent 3ab0cb1166
commit 97403fecf3
56 changed files with 128 additions and 191 deletions

View File

@@ -4,8 +4,8 @@
[donation-badge]: https://img.shields.io/badge/Buy%20me%20a%20coffee-%23d32f2f?logo=buy-me-a-coffee&style=flat&logoColor=white
![Supports
Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield]
![Supports
Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armv7 Architecture][armv7-shield]
![Supports ingress][ingress-shield] ![Supports ssl][ssl-shield]
Forked from : https://github.com/hassio-addons/addon-portainer
@@ -84,5 +84,4 @@ Create an issue on github
[ssl-shield]: https://img.shields.io/badge/ssl-yes-green.svg
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg

View File

@@ -2,7 +2,6 @@
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:11.0.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:11.0.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:11.0.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:11.0.0"
}
}