diff --git a/.github/renovate.json b/.github/renovate.json index 6498743..efe6158 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,7 @@ "matchStringsStrategy": "any", "matchStrings": [ "ARG BUILD_FROM=(?.*?):(?.*?)\\s+", - "(aarch64|amd64|armv7):\\s[\"']?(?.*?):(?.*?)[\"']?\\s" + "(aarch64|amd64):\\s[\"']?(?.*?):(?.*?)[\"']?\\s" ], "datasourceTemplate": "docker" }, diff --git a/README.md b/README.md index 41cd4b8..2bd3e45 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,8 @@ ![Project Stage][project-stage-shield] [![License][license-shield]](LICENSE.md) -![Supports armhf Architecture][armhf-shield] -![Supports armv7 Architecture][armv7-shield] ![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] -![Supports i386 Architecture][i386-shield] [![Github Actions][github-actions-shield]][github-actions] ![Project Maintenance][maintenance-shield] @@ -107,8 +104,6 @@ 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-no-red.svg -[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-example.svg [commits]: https://github.com/hassio-addons/addon-example/commits/main [contributors]: https://github.com/hassio-addons/addon-example/graphs/contributors @@ -123,7 +118,6 @@ SOFTWARE. [github-actions]: https://github.com/hassio-addons/addon-example/actions [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[i386-shield]: https://img.shields.io/badge/i386-no-red.svg [issue]: https://github.com/hassio-addons/addon-example/issues [license-shield]: https://img.shields.io/github/license/hassio-addons/addon-example.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg diff --git a/example/build.yaml b/example/build.yaml index 39562c7..a270a20 100644 --- a/example/build.yaml +++ b/example/build.yaml @@ -2,7 +2,6 @@ build_from: aarch64: ghcr.io/hassio-addons/base:18.2.1 amd64: ghcr.io/hassio-addons/base:18.2.1 - armv7: ghcr.io/hassio-addons/base:18.2.1 codenotary: base_image: codenotary@frenck.dev signer: codenotary@frenck.dev diff --git a/example/config.yaml b/example/config.yaml index 214a6c9..97242ef 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -9,7 +9,6 @@ init: false arch: - aarch64 - amd64 - - armv7 options: log_level: info seconds_between_quotes: 5