mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-16 11:34:19 +01:00
Remove .git suffix from schema (#966)
* 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>
This commit is contained in:
committed by
Pascal Vizeli
parent
903588ff47
commit
533e15732e
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"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"
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user