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
{{ message }}
This repository was archived by the owner on Sep 19, 2021. It is now read-only.
Currently we 're using manifest-tool to build the multiarch image.
However, docker client has start to support build-in manifest to create and push the multiarch manifest, the PR: docker/cli#138 for that change bas been merged.
We need to replace the manifest-tool with docker manifest... to build the multiarch image.
However, the docker manifest... is experimental feature for now, we need to edit the config.json and set experimental to enabled.