Build last version of Exa with Cargo in a docker
.gitignore | ||
build-in-container.sh | ||
build.sh | ||
entrypoint.sh | ||
LICENSE | ||
README.md |
See new eza-docker-build project and move to Eza fork.
exa-docker-build
This repository contains the source to build Exa.
Usage Docker
If you have Docker installed locally, just run the following:
user@hostname$ ./build-in-container.sh
By default this will build the last version on Debian Bookworm and put the
archive to target/
directory.
Build on current host
user@hostname$ ./build.sh