Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
starsquidnodes committed Mar 6, 2024
1 parent 7664e4a commit 81560da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 81560da

Please sign in to comment.