Remove arch specific images (#69)
This commit is contained in:
committed by
GitHub
Unverified
parent
a45a9f6d8a
commit
10e3ac51e2
@@ -51,7 +51,7 @@ def main(args):
|
||||
path = dir_ / "build.yaml"
|
||||
build_conf = {
|
||||
"build_from": {
|
||||
arch: base_image.format(arch=arch) for arch in conf["arch"]
|
||||
arch: base_image for arch in conf["arch"]
|
||||
}
|
||||
}
|
||||
with open(path, "w") as f:
|
||||
|
||||
Reference in New Issue
Block a user