mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-17 14:26:30 +00:00
Update hassio_addon_config.md
This commit is contained in:
parent
4142ad8ef3
commit
2a80ec1785
@ -179,11 +179,12 @@ We support:
|
|||||||
## Add-on extended build
|
## Add-on extended build
|
||||||
|
|
||||||
Additional build options for an add-on is stored in `build.json`. This file will be read from our build systems.
|
Additional build options for an add-on is stored in `build.json`. This file will be read from our build systems.
|
||||||
|
You need this only, if you not use the default images or need additionals things.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"armhf": "homeassistant/armhf-base:latest"
|
"armhf": "mycustom/base-image:latest"
|
||||||
},
|
},
|
||||||
"squash": false,
|
"squash": false,
|
||||||
"args": {
|
"args": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user