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
Makes changes to the scripts in build/tools to build and push multiarch
images. Now runs two `docker build` commands to build images for
individual architectures, and an additional `docker manifest create` to
create the multiarch manifest. When pushing `docker manifest push` is
used instead of `docker push`.
Signed-off-by: Zoran Regvart <[email protected]>
0 commit comments