Adds ARMv7 support

This commit is contained in:
Franck Nijhof 2019-04-21 09:07:29 +02:00
parent 8171572a08
commit 68cf6a6d00
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
4 changed files with 13 additions and 16 deletions

View file

@ -6,9 +6,9 @@ variables:
ADDON_SLUG: "phlex" ADDON_SLUG: "phlex"
ADDON_TARGET: "phlex" ADDON_TARGET: "phlex"
ADDON_ARMV7: "false"
ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:3.1.0" ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:3.1.0"
ADDON_AMD64_BASE: "hassioaddons/base-amd64:3.1.0" ADDON_AMD64_BASE: "hassioaddons/base-amd64:3.1.0"
ADDON_ARMHF_BASE: "hassioaddons/base-armhf: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" ADDON_I386_BASE: "hassioaddons/base-i386:3.1.0"

View file

@ -4,6 +4,12 @@
![Project Stage][project-stage-shield] ![Project Stage][project-stage-shield]
[![License][license-shield]](LICENSE.md) [![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] [![GitLab CI][gitlabci-shield]][gitlabci]
![Project Maintenance][maintenance-shield] ![Project Maintenance][maintenance-shield]
[![GitHub Activity][commits-shield]][commits] [![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: **NOTE**: Do not add this repository to Hass.io, please use:
`https://github.com/hassio-addons/repository`. `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 ## Configuration
**Note**: _Remember to restart the add-on when the configuration is changed._ **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 [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-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/ludeeus [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-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-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-phlex.svg
[commits]: https://github.com/hassio-addons/addon-phlex/commits/master [commits]: https://github.com/hassio-addons/addon-phlex/commits/master
[contributors]: https://github.com/hassio-addons/addon-phlex/graphs/contributors [contributors]: https://github.com/hassio-addons/addon-phlex/graphs/contributors
@ -225,23 +222,21 @@ SOFTWARE.
[dockerhub]: https://hub.docker.com/r/hassioaddons/phlex [dockerhub]: https://hub.docker.com/r/hassioaddons/phlex
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg [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 [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-shield]: https://gitlab.com/hassio-addons/addon-phlex/badges/master/pipeline.svg
[gitlabci]: https://gitlab.com/hassio-addons/addon-phlex/pipelines [gitlabci]: https://gitlab.com/hassio-addons/addon-phlex/pipelines
[home-assistant]: https://home-assistant.io [home-assistant]: https://home-assistant.io
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[issue]: https://github.com/hassio-addons/addon-phlex/issues [issue]: https://github.com/hassio-addons/addon-phlex/issues
[keepchangelog]: http://keepachangelog.com/en/1.0.0/ [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 [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 [maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
[microbadger]: https://microbadger.com/images/hassioaddons/phlex [microbadger]: https://microbadger.com/images/hassioaddons/phlex
[phlex-wiki]: https://github.com/d8ahazard/Phlex/wiki [phlex-wiki]: https://github.com/d8ahazard/Phlex/wiki
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [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 [reddit]: https://reddit.com/r/homeassistant
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-phlex.svg [releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-phlex.svg
[releases]: https://github.com/hassio-addons/addon-phlex/releases [releases]: https://github.com/hassio-addons/addon-phlex/releases
[repository]: https://github.com/hassio-addons/repository [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 [screenshot]: https://github.com/hassio-addons/addon-phlex/raw/master/images/screenshot.png
[semver]: http://semver.org/spec/v2.0.0.htm

View file

@ -4,6 +4,7 @@
"aarch64": "hassioaddons/base-aarch64:3.1.0", "aarch64": "hassioaddons/base-aarch64:3.1.0",
"amd64": "hassioaddons/base-amd64:3.1.0", "amd64": "hassioaddons/base-amd64:3.1.0",
"armhf": "hassioaddons/base-armhf:3.1.0", "armhf": "hassioaddons/base-armhf:3.1.0",
"armv7": "hassioaddons/base-armhf:3.1.0",
"i386": "hassioaddons/base-i386:3.1.0" "i386": "hassioaddons/base-i386:3.1.0"
} }
} }

View file

@ -10,6 +10,7 @@
"aarch64", "aarch64",
"amd64", "amd64",
"armhf", "armhf",
"armv7",
"i386" "i386"
], ],
"boot": "auto", "boot": "auto",