diff --git a/build.py b/build.py index 039eeb2..6751e27 100755 --- a/build.py +++ b/build.py @@ -234,6 +234,13 @@ class DockerBuilder: else: lates_name = None + rm_manifest_cmd = [ + "podman", + "manifest", + "rm", + full_name, + ] + self.run(rm_manifest_cmd, check=False) build_cmd = [ "podman", "build",