-
Notifications
You must be signed in to change notification settings - Fork 0
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
New release for updated shared linux libraries? Add static linked binary to releases? #2
Comments
Could you describe your "pipline" in more detail?
Let me know if the musl artifact here works. I don't see anything on |
It’s just a basic GitHub action running on an Ubuntu agent. Nothing special.
I’ll give the download a go. |
I'm curious why you would choose to do this. Do you have GitHub actions running a periodic download? |
Yes! I use it to make an emergency archive (extra backup) for my book. I tested the musl binary you linked above. It seemed to run just fine locally. |
Can a new release be made with updated shared libraries?
My pipeline fails with the error:
error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Is it possible to statically link the binary so that it just has everything it needs?
The text was updated successfully, but these errors were encountered: