how can I build statically linked cardano node binaries? #4677
monkey-jsun
started this conversation in
General
Replies: 1 comment 2 replies
-
Static binaries for which architecture? x86_64 or AArch64 or something else? https://github.com/input-output-hk/tools Has nix expressions for fully static (muslc based) builds. For example this one: cardano-node.x86_64-linux-musl You can build them yourself with
From that repo. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following the guide below to build cardano node binaries on ubuntu 20.04. At the end I got a set of dynamically linked executables. How do I build statically linked executables (like cardano-wallet project does)?
https://developers.cardano.org/docs/get-started/installing-cardano-node/
Beta Was this translation helpful? Give feedback.
All reactions