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

build.yml: Add MUSL LibC runner #564

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheKingFireS
Copy link

Because it would be nice to have it actions runner and grab singlefile binary directly instead of building it yourself.
Tested on Alpine Linux and worked as intended. Probably will work on distros that used MUSL LibC.

All requests is welcomed if I did something wrong.

This allow to run DepotDownloader natively on Alpine Linux or MUSL LibC based distros.
@xPaw
Copy link
Member

xPaw commented Nov 11, 2024

Can't you install the dotnet runtime and use the generic framework version? Not really a fan of adding 3 extra versions

@TheKingFireS
Copy link
Author

Yes I can (and used before), but the problems is installing dotnet8-runtime will take 210mb, while singlefile binary only take 72mb. 2.9x smaller compared to dotnet8-runtime.

@yaakov-h
Copy link
Member

What's your use-case for this? Are you running Alpine yourself, or are you shoving DD into a container image?

I'm wondering if the better solution would be to provide official DD container images.

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.

3 participants