-
Notifications
You must be signed in to change notification settings - Fork 82
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
support multi-arch image #152
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: better0332 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: whl <wanghongliang@pingcap.com>
Thank you for submitting the feature request to AWS Private CA Issuer plugin. We have reviewed your submission, and this feature request is not prioritized at this time. Currently we do not officially support ARM, our automation runs only for x86-64 based environments. We have captured your request as a potential enhancement for consideration on our roadmap. In the interim, you are free to build the docker image and utilize it for your use case. |
FWIW, in cert-manager we also do not run e2e tests for all the platforms we build for and I believe other projects take a similar approch. |
PR needs rebase. 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. |
It's now 2024, any chance this can be rebased and merged? |
Completed by #319, you can access the ARM version of this issuer on v1.3.0 or above |
support multi-arch image for linux/amd64,linux/arm64
issue: #147