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
Currently, all available image architectures are detected and used when building Docker artifacts. This multi-image support is helpful for public images but a waste for internal images. We can add a field like architectures: [amd64] to control this.
Currently, all available image architectures are detected and used when building Docker artifacts. This multi-image support is helpful for public images but a waste for internal images. We can add a field like
architectures: [amd64]to control this.