* Add armhf support for Ada

* Update ada

* Update changelog
This commit is contained in:
Pascal Vizeli
2019-11-07 15:42:02 +01:00
committed by GitHub
parent 9b87cf3149
commit 342f45ba61
5 changed files with 16 additions and 5 deletions

10
ada/CHANGELOG.md Normal file
View File

@@ -0,0 +1,10 @@
# Changelog
## 0.2
- Update Ada to 0.3
- Add armhf support
## 0.1
- Initial support

View File

@@ -43,7 +43,7 @@ In case you've found an bug, please [open an issue on our GitHub][issue].
[aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg [aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.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-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 [armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[discord]: https://discord.gg/c5DvZ4e [discord]: https://discord.gg/c5DvZ4e
[forum]: https://community.home-assistant.io [forum]: https://community.home-assistant.io

View File

@@ -19,4 +19,4 @@ jobs:
- template: /.azure/azp-template-addon.yml - template: /.azure/azp-template-addon.yml
parameters: parameters:
addon: 'ada' addon: 'ada'
arch: '--amd64 --armv7' arch: '--amd64 --armv7 --armhf'

View File

@@ -1,9 +1,10 @@
{ {
"build_from": { "build_from": {
"amd64": "homeassistant/amd64-base-debian:buster", "amd64": "homeassistant/amd64-base-debian:buster",
"armv7": "homeassistant/armv7-base-debian:buster" "armv7": "homeassistant/armv7-base-debian:buster",
"armhf": "homeassistant/armhf-base-debian:buster"
}, },
"args": { "args": {
"ADA_VERSION": "0.1" "ADA_VERSION": "0.3"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "Hey Ada!", "name": "Hey Ada!",
"version": "0.1", "version": "0.2",
"slug": "ada", "slug": "ada",
"description": "Home Assistant featured voice assist", "description": "Home Assistant featured voice assist",
"url": "https://home-assistant.io/addons/ada/", "url": "https://home-assistant.io/addons/ada/",