Skip to content

Commit

Permalink
Merge pull request #28 from mdegat01/armhf-support
Browse files Browse the repository at this point in the history
Add armhf support
  • Loading branch information
mdegat01 authored Apr 2, 2021
2 parents ce9d59a + 4ae76ef commit c7a54bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ SOFTWARE.
[add-repo-shield]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg
[add-repo]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgit.luolix.top%2Fmdegat01%2Fhassio-addons
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[commits-shield]: https://img.shields.io/github/commit-activity/y/mdegat01/addon-loki.svg
[commits]: https://github.com/mdegat01/addon-loki/commits/main
Expand Down
1 change: 1 addition & 0 deletions loki/build.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"build_from": {
"amd64": "ghcr.io/hassio-addons/base/amd64:9.1.5",
"armhf": "ghcr.io/hassio-addons/base/armhf:9.1.5",
"armv7": "ghcr.io/hassio-addons/base/armv7:9.1.5",
"aarch64": "ghcr.io/hassio-addons/base/aarch64:9.1.5"
}
Expand Down
2 changes: 1 addition & 1 deletion loki/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"url": "https://github.com/mdegat01/addon-loki",
"version": "edge",
"slug": "loki",
"arch": ["aarch64", "amd64", "armv7"],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"description": "Loki for Home Assistant",
"startup": "system",
"map": ["share", "ssl"],
Expand Down

0 comments on commit c7a54bd

Please sign in to comment.