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

Attach self-contained binaries to releases #21

Closed
JamieMagee opened this issue Dec 14, 2021 · 0 comments · Fixed by #37
Closed

Attach self-contained binaries to releases #21

JamieMagee opened this issue Dec 14, 2021 · 0 comments · Fixed by #37
Assignees
Labels
status:in-progress Someone is working on implementation type:ci Build or repository configuration

Comments

@JamieMagee
Copy link
Member

Right now, our releases contain a tarball of the source code at the particular tag, but we should also be building and attaching platform specific binaries to each release.

.NET is able to compile self-contained, platform specific, releases using dotnet publish --self-contained --runtime <win-x64|linux-arm64|...>. These binaries are independent of any .NET runtime deployed on the host machine.

References:

@JamieMagee JamieMagee added the status:ready Ready to start implementation label Dec 17, 2021
@JamieMagee JamieMagee added status:in-progress Someone is working on implementation type:ci Build or repository configuration and removed status:ready Ready to start implementation labels Jan 4, 2022
@JamieMagee JamieMagee self-assigned this Jan 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:in-progress Someone is working on implementation type:ci Build or repository configuration
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant