mirror of
https://github.com/hassio-addons/addon-phlex.git
synced 2025-05-04 03:01:24 +00:00
✨ Adds ARMv7 support
This commit is contained in:
parent
8171572a08
commit
68cf6a6d00
4 changed files with 13 additions and 16 deletions
|
@ -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"
|
||||
|
|
25
README.md
25
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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue