mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 11:15:38 +01:00
* Remove .git suffix from schema * Fix expression * Update CHANGELOG.md * Version bump to 7.8 in config.json * Remove requirement to add .git * Update build.json * Update CHANGELOG.md * Update config.json Co-authored-by: Pascal Vizeli <pascal.vizeli@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": "3.1.1"
|
|
}
|
|
}
|