mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 11:15:38 +01:00
* Update Mosquitto / Auth plugin * file * extract auth plugin builder * fix arm * fix build * Fix multiarch build * cleanup * test * Use own plugin * cleanup config handling * Fix startup * revert bashio config * fix error * Update CHANGELOG.md * cleanup
13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
"build_from": {
|
|
"amd64": "homeassistant/amd64-base:3.10",
|
|
"i386": "homeassistant/i386-base:3.10",
|
|
"armhf": "homeassistant/armhf-base:3.10",
|
|
"armv7": "homeassistant/armv7-base:3.10",
|
|
"aarch64": "homeassistant/aarch64-base:3.10"
|
|
},
|
|
"args": {
|
|
"MOSQUITTO_AUTH_VERSION": "0.1.4"
|
|
}
|
|
}
|