mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
* git_pull: Upgrade CLI to 4.2.0 * Update config.json Co-authored-by: Pascal Vizeli <pvizeli@syshack.ch>
13 lines
301 B
JSON
13 lines
301 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base:3.11",
|
|
"amd64": "homeassistant/amd64-base:3.11",
|
|
"armhf": "homeassistant/armhf-base:3.11",
|
|
"armv7": "homeassistant/armv7-base:3.11",
|
|
"i386": "homeassistant/i386-base:3.11"
|
|
},
|
|
"args": {
|
|
"CLI_VERSION": "4.2.0"
|
|
}
|
|
}
|