mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 07:44:25 +01:00
* ada: Fix documentation link * ada: Adjust source links in Dockerfile * ada: Update add-on documentation to match current state * ada: Bump add-on version to 0.9 * ada: Adjust URL to point to repository * ada: Format YAML with Prettier * ada: Short build.json
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"build_from": {
|
|
"amd64": "homeassistant/amd64-base-debian:buster",
|
|
"armhf": "homeassistant/armhf-base-debian:buster",
|
|
"armv7": "homeassistant/armv7-base-debian:buster"
|
|
},
|
|
"args": {
|
|
"ADA_VERSION": "0.7"
|
|
}
|
|
}
|