Skip to content

Attach self-contained binaries to releases #21

@JamieMagee

Description

@JamieMagee

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:

Metadata

Metadata

Assignees

Labels

status:in-progressSomeone is working on implementationtype:ciBuild or repository configuration

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions