mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
* dnsmasq: Prettier YAML & JSON files * dnsmasq: Update add-on URL * dnsmasq: Pin add-on base images * dnsmasq: Move data files into data folder * dnsmasq: Tweaks documentation
10 lines
257 B
JSON
10 lines
257 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"
|
|
}
|
|
}
|