-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: parallelise image build process #342
base: main
Are you sure you want to change the base?
Conversation
Hey @jokestax 👋 Just checking in. Are things going OK? Need any help with anything? |
Signed-off-by: Rishi <[email protected]>
Hi @shaneutt , how are you? I've resolved all the comments and also took care of the merge conflicts. Apologies for the late reply! Let me know if anything else needs attention. |
Doing well thanks! We are all volunteers on this project so no apology is necessary in the least, just wanted to check in and see if there's any help that was needed. Looks like we're just about ready, but there is one more merge conflict to resolve! |
Signed-off-by: Rishi <[email protected]>
Done ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jokestax, shaneutt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
Splits the image build process into separate jobs for amd64 and arm64,
enabling parallel execution in CI pipelines.
fixes #321