diff --git a/ada/CHANGELOG.md b/ada/CHANGELOG.md new file mode 100644 index 0000000..d8e3a3c --- /dev/null +++ b/ada/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +## 0.2 + +- Update Ada to 0.3 +- Add armhf support + +## 0.1 + +- Initial support \ No newline at end of file diff --git a/ada/README.md b/ada/README.md index 9c52cd7..89a835e 100644 --- a/ada/README.md +++ b/ada/README.md @@ -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 diff --git a/ada/azure-pipelines.yml b/ada/azure-pipelines.yml index abd8096..076e962 100644 --- a/ada/azure-pipelines.yml +++ b/ada/azure-pipelines.yml @@ -19,4 +19,4 @@ jobs: - template: /.azure/azp-template-addon.yml parameters: addon: 'ada' - arch: '--amd64 --armv7' + arch: '--amd64 --armv7 --armhf' diff --git a/ada/build.json b/ada/build.json index fbe6b2c..2ee062b 100644 --- a/ada/build.json +++ b/ada/build.json @@ -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" } } diff --git a/ada/config.json b/ada/config.json index 01dd89d..d8c506e 100644 --- a/ada/config.json +++ b/ada/config.json @@ -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/",