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
docker build: don't build ca-certs separately for each architecture (#2157)
This is a minor efficiency improvement in the docker build. We only use
the certs build step as a source for ca-certificates. This is
architecture independent, so we don't need to build a separate one for
each architecture.
0 commit comments