mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 19:21:24 +00:00
✨ Adds support for ARMv7
This commit is contained in:
parent
b56c7ca68e
commit
729986a960
4 changed files with 10 additions and 13 deletions
|
@ -6,10 +6,10 @@ variables:
|
|||
ADDON_SLUG: "grocy"
|
||||
ADDON_TARGET: "grocy"
|
||||
|
||||
ADDON_ARMV7: "false"
|
||||
ADDON_LEGACY_TAGS: "true"
|
||||
|
||||
ADDON_AARCH64_BASE: "hassioaddons/base-aarch64:3.0.1"
|
||||
ADDON_AMD64_BASE: "hassioaddons/base-amd64:3.0.1"
|
||||
ADDON_ARMHF_BASE: "hassioaddons/base-armhf:3.0.1"
|
||||
ADDON_ARMV7_BASE: "hassioaddons/base-armv7:3.0.1"
|
||||
ADDON_I386_BASE: "hassioaddons/base-i386:3.0.1"
|
||||
|
|
19
README.md
19
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]
|
||||
|
@ -38,16 +44,6 @@ comparison to installing any other Hass.io 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._
|
||||
|
@ -202,6 +198,7 @@ SOFTWARE.
|
|||
[alpine-packages]: https://pkgs.alpinelinux.org/packages
|
||||
[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/frenck
|
||||
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-grocy.svg
|
||||
|
@ -233,5 +230,3 @@ SOFTWARE.
|
|||
[releases]: https://github.com/hassio-addons/addon-grocy/releases
|
||||
[repository]: https://github.com/hassio-addons/repository
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
[layers-shield]: https://images.microbadger.com/badges/image/hassioaddons/grocy.svg
|
||||
[pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/grocy.svg
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"aarch64": "hassioaddons/base-aarch64:3.0.1",
|
||||
"amd64": "hassioaddons/base-amd64:3.0.1",
|
||||
"armhf": "hassioaddons/base-armhf:3.0.1",
|
||||
"armv7": "hassioaddons/base-armv7:3.0.1",
|
||||
"i386": "hassioaddons/base-i386:3.0.1"
|
||||
},
|
||||
"args": {}
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
"aarch64",
|
||||
"amd64",
|
||||
"armhf",
|
||||
"armv7",
|
||||
"i386"
|
||||
],
|
||||
"boot": "auto",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue