You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): use skopeo for cross-arch docker push
docker load strips architecture metadata from arm64 images on amd64
hosts, causing both manifest entries to be amd64. Using skopeo copy
preserves the OCI image metadata faithfully. Fixes#28.