-
Notifications
You must be signed in to change notification settings - Fork 254
Publish arm binaries #525
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
Publish arm binaries #525
Conversation
This updates goreleaser to also publish ARM and AMD binaries for target platforms. There were two build targets that were identical, so I merged them.
Please ignore my previous (now deleted) comment, I did not notice the project was |
Thanks @crw - I did not see your previous comment. Please let me know what is required to unblock this. |
I believe at this point it is up to the @hashicorp/team-ip-compliance to review and merge these types of pull requests. If there is significance to the Terraform Core team (e.g., solves an issue or unblocks a PR), let me know and I can prioritize it with product. |
I did not know that, but they were automatically requested as reviewers when the PR was filed. |
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.
thanks Seth for the PR.
My team (IP compliance) has recently taken ownership of such shared OSS repos that are used across multiple Hashi products. We are reforming our processes to have a better control of changes that occur across tens of such repositories that we now own. Thank you for your patience on this one.
Thank you! |
Any chance you could publish a new release? :) |
@sethvargo a new release is now available v1.7.9, thanks again for the contribution. 🙏 |
Thanks! |
This updates goreleaser to also publish ARM and AMD binaries for target platforms.
There were two build targets that were identical, so I merged them.