Files
addons/ssh/build.json
Pascal Vizeli 4662fa4b92 SSH: add bluetooth support & update cli (#1580)
* SSH: add bluetooth support & update cli

* Fix changelog
2020-09-16 18:43:59 +02:00

15 lines
369 B
JSON

{
"build_from": {
"aarch64": "homeassistant/aarch64-base:3.12",
"amd64": "homeassistant/amd64-base:3.12",
"armhf": "homeassistant/armhf-base:3.12",
"armv7": "homeassistant/armv7-base:3.12",
"i386": "homeassistant/i386-base:3.12"
},
"args": {
"CLI_VERSION": "4.5.0",
"LIBWEBSOCKETS_VERSION": "v3.2.2",
"TTYD_VERSION": "1.6.0"
}
}