mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Ada02 (#819)
* Add armhf support for Ada * Update ada * Update changelog
This commit is contained in:
10
ada/CHANGELOG.md
Normal file
10
ada/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 0.2
|
||||
|
||||
- Update Ada to 0.3
|
||||
- Add armhf support
|
||||
|
||||
## 0.1
|
||||
|
||||
- Initial support
|
||||
@@ -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
|
||||
[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
|
||||
[discord]: https://discord.gg/c5DvZ4e
|
||||
[forum]: https://community.home-assistant.io
|
||||
|
||||
@@ -19,4 +19,4 @@ jobs:
|
||||
- template: /.azure/azp-template-addon.yml
|
||||
parameters:
|
||||
addon: 'ada'
|
||||
arch: '--amd64 --armv7'
|
||||
arch: '--amd64 --armv7 --armhf'
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"build_from": {
|
||||
"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": {
|
||||
"ADA_VERSION": "0.1"
|
||||
"ADA_VERSION": "0.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Hey Ada!",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"slug": "ada",
|
||||
"description": "Home Assistant featured voice assist",
|
||||
"url": "https://home-assistant.io/addons/ada/",
|
||||
|
||||
Reference in New Issue
Block a user