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
Our current workflow to build the various variants of container images is copy-pasted and difficult to maintain. Plus, building arm64 images using buildx is too slow. I have some success in getting the split-jobs working in atom, but each image requires three jobs to get this performance.
Instead of more copy-pasting, it will be nice to script these out. Any pointers on how other projects handle this will be much appreciated.
The text was updated successfully, but these errors were encountered:
Our current workflow to build the various variants of container images is copy-pasted and difficult to maintain. Plus, building arm64 images using buildx is too slow. I have some success in getting the split-jobs working in atom, but each image requires three jobs to get this performance.
Instead of more copy-pasting, it will be nice to script these out. Any pointers on how other projects handle this will be much appreciated.
The text was updated successfully, but these errors were encountered: