diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9e0698..70aef62 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,9 @@ variables: ADDON_SLUG: "phlex" ADDON_TARGET: "phlex" - ADDON_ARMV7: "false" ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:3.1.0" ADDON_AMD64_BASE: "hassioaddons/base-amd64:3.1.0" ADDON_ARMHF_BASE: "hassioaddons/base-armhf:3.1.0" + ADDON_ARMV7_BASE: "hassioaddons/base-armv7:3.1.0" ADDON_I386_BASE: "hassioaddons/base-i386:3.1.0" diff --git a/README.md b/README.md index b8f2c81..78cea9d 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ ![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] + [![GitLab CI][gitlabci-shield]][gitlabci] ![Project Maintenance][maintenance-shield] [![GitHub Activity][commits-shield]][commits] @@ -53,16 +59,6 @@ that part is out of the scope for the documentation of this add-on. **NOTE**: Do not add this repository to Hass.io, please use: `https://github.com/hassio-addons/repository`. -## Docker status - -![Supports armhf Architecture][armhf-shield] -![Supports aarch64 Architecture][aarch64-shield] -![Supports amd64 Architecture][amd64-shield] -![Supports i386 Architecture][i386-shield] - -[![Docker Layers][layers-shield]][microbadger] -[![Docker Pulls][pulls-shield]][dockerhub] - ## Configuration **Note**: _Remember to restart the add-on when the configuration is changed._ @@ -212,10 +208,11 @@ 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 +[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/ludeeus -[cast-bundle]: https://github.com/d8ahazard/Cast.bundle [cast-bundle-wiki]: https://github.com/d8ahazard/Phlex/wiki/Install-Cast-Plugin +[cast-bundle]: https://github.com/d8ahazard/Cast.bundle [commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-phlex.svg [commits]: https://github.com/hassio-addons/addon-phlex/commits/master [contributors]: https://github.com/hassio-addons/addon-phlex/graphs/contributors @@ -225,23 +222,21 @@ SOFTWARE. [dockerhub]: https://hub.docker.com/r/hassioaddons/phlex [forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [forum]: https://community.home-assistant.io/t/community-hass-io-add-ons-phlex/70378 -[ludeeus]: https://github.com/ludeeus [gitlabci-shield]: https://gitlab.com/hassio-addons/addon-phlex/badges/master/pipeline.svg [gitlabci]: https://gitlab.com/hassio-addons/addon-phlex/pipelines [home-assistant]: https://home-assistant.io [i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [issue]: https://github.com/hassio-addons/addon-phlex/issues [keepchangelog]: http://keepachangelog.com/en/1.0.0/ -[layers-shield]: https://images.microbadger.com/badges/image/hassioaddons/phlex.svg [license-shield]: https://img.shields.io/github/license/hassio-addons/addon-phlex.svg +[ludeeus]: https://github.com/ludeeus [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg [microbadger]: https://microbadger.com/images/hassioaddons/phlex [phlex-wiki]: https://github.com/d8ahazard/Phlex/wiki [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg -[pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/phlex.svg [reddit]: https://reddit.com/r/homeassistant [releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-phlex.svg [releases]: https://github.com/hassio-addons/addon-phlex/releases [repository]: https://github.com/hassio-addons/repository -[semver]: http://semver.org/spec/v2.0.0.htm [screenshot]: https://github.com/hassio-addons/addon-phlex/raw/master/images/screenshot.png +[semver]: http://semver.org/spec/v2.0.0.htm diff --git a/phlex/build.json b/phlex/build.json index b0d2cfa..39542a3 100644 --- a/phlex/build.json +++ b/phlex/build.json @@ -4,6 +4,7 @@ "aarch64": "hassioaddons/base-aarch64:3.1.0", "amd64": "hassioaddons/base-amd64:3.1.0", "armhf": "hassioaddons/base-armhf:3.1.0", + "armv7": "hassioaddons/base-armhf:3.1.0", "i386": "hassioaddons/base-i386:3.1.0" } } diff --git a/phlex/config.json b/phlex/config.json index 2aa6bc5..0993bc0 100644 --- a/phlex/config.json +++ b/phlex/config.json @@ -10,6 +10,7 @@ "aarch64", "amd64", "armhf", + "armv7", "i386" ], "boot": "auto",