-
Notifications
You must be signed in to change notification settings - Fork 232
fix: multi-arch-build failures due to ko build issue #3106
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
fix: multi-arch-build failures due to ko build issue #3106
Conversation
Signed-off-by: Anitha Natarajan <[email protected]>
|
cc : @mbpavan |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkhelil The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
/cherry-pick release-v0.78.x |
|
✅ Cherry-pick to A new pull request has been created to cherry-pick this change to Please review and merge the cherry-pick PR. |
|
/cherry-pick release-v0.78.x |
|
✅ Cherry-pick to A new pull request has been created to cherry-pick this change to Please review and merge the cherry-pick PR. |
Ah can't work... But it should have failed, I need to fix that. |
|
@mbpavan we will have to do the cherry-pick by hand 🙃 |
Changes
This pull request makes a minor update to the CI workflow to ensure consistent usage of the
kobinary. Updated the build step to use thekobinary from thesetup-koaction, preventing Go version mismatches during image resolution.This relates to #3105
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lintbefore submitting a PRSee the contribution guide for more details.
Release Notes
/kind bug