-
Notifications
You must be signed in to change notification settings - Fork 142
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 the failing multiarch builds #113
Conversation
Welcome @namrata-ibm! |
Hi @namrata-ibm. Thanks for your PR. I'm waiting for a kubernetes-csi member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
/lgtm Can you also add a release note? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msau42, namrata-ibm 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 |
Added, Could you please check? |
/retest |
/retest |
Thanks @msau42 ! |
c6a88c6e Merge pull request #113 from xing-yang/install_snapshot_controller 45ec4c69 Fix the install of snapshot CRDs and controller 5d874cce Merge pull request #112 from xing-yang/cleanup 79bbca7b Cleanup d4376730 Merge pull request #111 from xing-yang/update_snapshot_v1_rc 57718f83 Update snapshot CRD version git-subtree-dir: release-tools git-subtree-split: c6a88c6ed96b939bd150472b12693252942116c7
What type of PR is this?
/kind bug
What this PR does / why we need it: As distroless image is now multiarch, image push job fails on s390x and ppc64le due to lack of support.
Which issue(s) this PR fixes:
Fixes # kubernetes-csi/csi-release-tools#105
Special notes for your reviewer: Workaround to allow builds to pass while we add support to distroless image.
Does this PR introduce a user-facing change?: