Skip to content
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

Add distribution (binaries + installers) publishing workflows. #179

Merged
merged 1 commit into from
May 29, 2024

Conversation

jsuereth
Copy link
Contributor

@jsuereth jsuereth commented May 29, 2024

  • Update repository + author configuration for OpenTelemetry.
  • Install / run cargo dist init
    • Initial set up for Linux/OSX/Windows
    • Add wix (MSI) installer
    • Add shell script installers.

We may need to do some finagling of github configuration to get these to work on tag/release. I'll work on that during the next release of weaver.

Note: This does not touch the docker release functionality. I may be updating/moving that next.

Fixes #7

@jsuereth jsuereth requested a review from lquerel as a code owner May 29, 2024 13:26
Copy link
Contributor

@lquerel lquerel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with WiX, but otherwise LGTM.

@jsuereth
Copy link
Contributor Author

I'm not familiar with WiX, but otherwise LGTM.

I have a bit of experience with it, from a while ago. If we have issues, I'm confident I can get us into a working state. Windows is an... interesting packaging experience. It has all the components of a great package manager but no one ever tied the knots to make it great. Wix makes it bearable.

@jsuereth jsuereth merged commit 45a5338 into open-telemetry:main May 29, 2024
21 checks passed
@jsuereth jsuereth deleted the wip-distributions branch May 29, 2024 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automate GitHub releases for the project
2 participants