Changes for new docker build architecture (#46)
* Changes for new docker build architecture * Fix generate.py
This commit is contained in:
committed by
GitHub
Unverified
parent
4b10486e89
commit
b88fee3c7a
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user