-
Notifications
You must be signed in to change notification settings - Fork 12
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
Kubectl plugin for darwin arm64 #37
Kubectl plugin for darwin arm64 #37
Conversation
Signed-off-by: irbekrm <irbekrm@gmail.com>
Signed-off-by: irbekrm <irbekrm@gmail.com>
Signed-off-by: irbekrm <irbekrm@gmail.com>
9679c81
to
791347b
Compare
Checking the built binary:
|
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.
one tiny suggestion from me on this 👍
|
||
### Development | ||
|
||
#### Creating development builds |
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.
praise: great addition, love it 👌
Co-authored-by: Ashley Davis <SgtCoDFish@users.noreply.github.com> Signed-off-by: irbekrm <irbekrm@gmail.com>
72c9384
to
45a1439
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: irbekrm, SgtCoDFish 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 |
This PR updates the release tool to also build the cert-manager kubectl plugin for darwin/arm64.
Since, we already have darwin/arm64 in the list of supported os/arch combinations for the kubectl plugin in cert-manager codebase here this was just a matter of ensuring that we build the release artifacts with
--platforms=@io_bazel_rules_go//go/toolchain:darwin_arm64
flag fromcmrel
.I have also updated the README and
cmrel stage --help
output a little.I've created a 'development' build with the updated
cmrel
tool here https://console.cloud.google.com/storage/browser/cert-manager-release/stage/gcb/devel/5875c828c68b9e22ec157508743e360017916190?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&authuser=1&project=cert-manager-release&prefix=&forceOnObjectsSortingFiltering=false - if anyone M1 Mac felt like trying this out 😅Fixes #25 , cert-manager/cert-manager#4052