Is there a dagger native way to merge manifests of published images? This is mainly for publishing multi arch images. Emulation is super slow so we build on specific arch machines and push separately and use docker buildx imagetools create to merge the manifests.
Dagger publish automatically handles this when I pass in multiple architectures but that also requires me to run on a single machine. Is there a better way to handle this with dagger? If I publish individually, it just overwrites that's already there.