mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
* mosquitto: Prettier YAML & JSON files * mosquitto: Sort build.json * mosquitto: Update add-on URL * mosquitto: Code styling on Dockerfile * mosquitto: Tweaks documentation
13 lines
312 B
JSON
13 lines
312 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": {
|
|
"MOSQUITTO_AUTH_VERSION": "0.1.4"
|
|
}
|
|
}
|