mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 11:15:38 +01:00
16 lines
429 B
JSON
16 lines
429 B
JSON
{
|
|
"build_from": {
|
|
"armhf": "homeassistant/armhf-base-debian:buster",
|
|
"armv7": "homeassistant/armv7-base-debian:buster",
|
|
"amd64": "homeassistant/amd64-base-debian:buster"
|
|
},
|
|
"args": {
|
|
"GOOGLE_GRPC_VERSION": "0.2.1",
|
|
"GOOGLE_LIBRARY_VERSION": "1.0.1",
|
|
"GOOGLE_SDK_VERSION": "0.5.1",
|
|
"GOOGLE_AUTH_VERSION": "1.11.2",
|
|
"REQUESTS_OAUTHLIB_VERSION": "1.3.0",
|
|
"CHERRYPY_VERSION": "18.5.0"
|
|
}
|
|
}
|