Drop support for armhf & i386 (#176)

This commit is contained in:
Franck Nijhof 2023-10-22 20:08:09 +02:00 committed by GitHub
parent 1221905e24
commit 6fda0c3c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View file

@ -96,7 +96,7 @@ SOFTWARE.
[aarch64-shield]: https://img.shields.io/badge/aarch64-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 [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 [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-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
[buymeacoffee]: https://www.buymeacoffee.com/timmo [buymeacoffee]: https://www.buymeacoffee.com/timmo
@ -111,7 +111,7 @@ SOFTWARE.
[forum]: https://community.home-assistant.io/?u=timmo001 [forum]: https://community.home-assistant.io/?u=timmo001
[github-actions-shield]: https://github.com/hassio-addons/addon-thelounge/workflows/CI/badge.svg [github-actions-shield]: https://github.com/hassio-addons/addon-thelounge/workflows/CI/badge.svg
[github-actions]: https://github.com/hassio-addons/addon-thelounge/actions [github-actions]: https://github.com/hassio-addons/addon-thelounge/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-thelounge/issues [issue]: https://github.com/hassio-addons/addon-thelounge/issues
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-thelounge.svg [license-shield]: https://img.shields.io/github/license/hassio-addons/addon-thelounge.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg

View file

@ -2,9 +2,7 @@
build_from: build_from:
aarch64: ghcr.io/hassio-addons/base:14.2.2 aarch64: ghcr.io/hassio-addons/base:14.2.2
amd64: ghcr.io/hassio-addons/base:14.2.2 amd64: ghcr.io/hassio-addons/base:14.2.2
armhf: ghcr.io/hassio-addons/base:14.2.2
armv7: ghcr.io/hassio-addons/base:14.2.2 armv7: ghcr.io/hassio-addons/base:14.2.2
i386: ghcr.io/hassio-addons/base:14.2.2
codenotary: codenotary:
base_image: codenotary@frenck.dev base_image: codenotary@frenck.dev
signer: codenotary@frenck.dev signer: codenotary@frenck.dev

View file

@ -8,9 +8,7 @@ codenotary: codenotary@frenck.dev
arch: arch:
- aarch64 - aarch64
- amd64 - amd64
- armhf
- armv7 - armv7
- i386
ingress: true ingress: true
ingress_stream: true ingress_stream: true
panel_admin: false panel_admin: false