diff --git a/README.md b/README.md index 65f7c6f..bf51924 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ SOFTWARE. [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 +[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg [armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg [buymeacoffee]: https://www.buymeacoffee.com/dale3h @@ -128,7 +128,7 @@ SOFTWARE. [forum]: https://community.home-assistant.io/t/community-hass-io-add-on-network-ups-tools/68516 [github-actions-shield]: https://github.com/hassio-addons/addon-nut/workflows/CI/badge.svg [github-actions]: https://github.com/hassio-addons/addon-nut/actions -[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg +[i386-shield]: https://img.shields.io/badge/i386-no-red.svg [issue]: https://github.com/hassio-addons/addon-nut/issues [license-shield]: https://img.shields.io/github/license/hassio-addons/addon-nut.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg diff --git a/nut/build.yaml b/nut/build.yaml index 1cbb383..e3315b4 100644 --- a/nut/build.yaml +++ b/nut/build.yaml @@ -2,9 +2,7 @@ build_from: aarch64: ghcr.io/hassio-addons/debian-base:7.2.0 amd64: ghcr.io/hassio-addons/debian-base:7.2.0 - armhf: ghcr.io/hassio-addons/debian-base:7.2.0 armv7: ghcr.io/hassio-addons/debian-base:7.2.0 - i386: ghcr.io/hassio-addons/debian-base:7.2.0 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev diff --git a/nut/config.yaml b/nut/config.yaml index e3b9146..580e602 100644 --- a/nut/config.yaml +++ b/nut/config.yaml @@ -9,9 +9,7 @@ startup: system arch: - aarch64 - amd64 - - armhf - armv7 - - i386 init: false uart: true udev: true