Add different base images

This commit is contained in:
Jan-Henrik 2023-02-06 22:24:44 +01:00
parent d74ada8cf6
commit d785fd5a43

View 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"
}
}