From 81560daa6a28e30275896604de631b8afbe3db19 Mon Sep 17 00:00:00 2001 From: Starsquid <108214377+starsquidnodes@users.noreply.github.com> Date: Wed, 6 Mar 2024 17:45:08 +0100 Subject: [PATCH] Fix build script --- build.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.py b/build.py index 6d7e119..6b8d32b 100755 --- a/build.py +++ b/build.py @@ -88,9 +88,6 @@ def manifest(command, namespace, app, tag, archs, push=False): fulltag = f"{namespace}/{app}:{tag}" commands = [] - print("------------------") - print(fulltag) - tags = [f"{fulltag}-{x}" for x in archs.split(",")] commands.append([command, "manifest", "create", f"{fulltag}"] + tags) @@ -132,7 +129,7 @@ def main(): build(command, args.namespace, app, tag, versions, args.push) if not args.manifest: - return + continue archs = args.archs if not archs: