mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-07 15:24:22 +01:00
* Allow api token for cloudflare * Update build.json * Update CHANGELOG.md * Update run.sh * Update README.md * Update README.md * Update README.md
14 lines
432 B
JSON
Executable File
14 lines
432 B
JSON
Executable File
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base-python:3.7-alpine3.11",
|
|
"amd64": "homeassistant/amd64-base-python:3.7-alpine3.11",
|
|
"armhf": "homeassistant/armhf-base-python:3.7-alpine3.11",
|
|
"armv7": "homeassistant/armv7-base-python:3.7-alpine3.11",
|
|
"i386": "homeassistant/i386-base-python:3.7-alpine3.11"
|
|
},
|
|
"args": {
|
|
"CERTBOT_VERSION": "1.2.0",
|
|
"CERTBOT_NETCUP_VERSION": "0.31.0.1"
|
|
}
|
|
}
|