Add different base images
This commit is contained in:
parent
d74ada8cf6
commit
d785fd5a43
1 changed files with 7 additions and 0 deletions
7
epaper-station/build.json
Normal file
7
epaper-station/build.json
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"build_from": {
|
||||||
|
"aarch64": "ghcr.io/hassio-addons/base-python/aarch64:9.0.1",
|
||||||
|
"amd64": "ghcr.io/hassio-addons/base-python/amd64:9.0.1",
|
||||||
|
"armv7": "ghcr.io/hassio-addons/base-python/armv7:9.0.1"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue