1
0

Changes for new docker build architecture (#46)

* Changes for new docker build architecture

* Fix generate.py
This commit is contained in:
Otto Winter
2021-09-20 10:19:35 +02:00
committed by GitHub
Unverified
parent 4b10486e89
commit b88fee3c7a
19 changed files with 7 additions and 356 deletions

View File

@@ -32,7 +32,7 @@ def main(args):
for channel in args.channels:
conf = config[f"esphome-{channel.value}"]
base_image = conf.pop("base_image")
base_image = conf.pop("base_image", None)
dir_ = root / conf.pop("directory")
path = dir_ / "config.json"
with open(path, "w") as f: