This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Static binaries for dendrite? #2432
Unanswered
lammel
asked this question in
Help & Support
Replies: 1 comment
-
You could try You could also try combining the above with installing musl, telling Go to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a chance to build static binaries for dendrite?
I'm pretty used to just building a static binary with go and copy it to a server.
As some parts are depending on C libraries (e.g. sqlite) requiring CGO for buiding. So all produced binaries are dynamically linked against libc which requires the same libc to be available on the target system.
Did anyone attempt static builds already?
Beta Was this translation helpful? Give feedback.
All reactions