Files
addons/ssh/build.json
Franck Nijhof e679c28720 ssh: Collection of small improvements (#915)
* ssh: Prettier YAML files

* ssh: Sort build.json

* ssh: Remove curl from Dockerfile, already in base image

* ssh: Tweaks to documentation and changelog
2019-12-19 13:15:46 +01:00

13 lines
301 B
JSON

{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.10",
"amd64": "homeassistant/amd64-base:3.10",
"armhf": "homeassistant/armhf-base:3.10",
"armv7": "homeassistant/armv7-base:3.10",
"i386": "homeassistant/i386-base:3.10"
},
"args": {
"CLI_VERSION": "3.1.1"
}
}