1. 30 Aug, 2022 3 commits
  2. 29 Aug, 2022 1 commit
  3. 25 Aug, 2022 3 commits
  4. 24 Aug, 2022 2 commits
  5. 23 Aug, 2022 5 commits
  6. 22 Aug, 2022 4 commits
  7. 19 Aug, 2022 10 commits
  8. 18 Aug, 2022 3 commits
  9. 17 Aug, 2022 3 commits
  10. 16 Aug, 2022 1 commit
  11. 15 Aug, 2022 1 commit
  12. 12 Aug, 2022 1 commit
  13. 11 Aug, 2022 2 commits
  14. 10 Aug, 2022 1 commit
    • 0xe3b0c4's avatar
      build: add static linking support (#25492) · c0cc6f63
      0xe3b0c4 authored
      This adds support for building statically-linked executables using ci.go.
      
      Static linking is enabled by default in Docker builds, making it possible to
      use the geth executable in any Docker image, regardless of the Linux
      distribution the Dockerfile is based on.
      Co-authored-by: 's avatarFelix Lange <fjl@twurst.com>
      c0cc6f63