Skip to content
This repository was archived by the owner on Jul 16, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-static-builder

Simple container to build a static-linked tmux binary.

Use

# Build the image to compile the binary (running `make` will do so)
$ make

# Alternatively you can run it manually with Podman (or Docker)
$ podman build -t tmux-static-builder .
# Within a Containerfile (or Dockerfile), 
# Copy the binary from the resulting image in a staged build

COPY --from=localhost/tmux-static-builder:latest /tmux /usr/bin/tmux

Acknowledgements

Thanks to:

zenofile (https://github.com/zenofile) for the Gist used to build the static binary inside the container.

About

Builds a static linked tmux binary using @zenofile's build gist

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages