patch | ||
target | ||
test | ||
build-deb-package-in-container.sh | ||
build-deb.package.sh | ||
build-in-container.sh | ||
build.sh | ||
Jenkinsfile | ||
README.md |
eza-docker-build
This repository contains the source to build Eza bin and deb package.
Usage Docker
If you have Docker installed locally, just run the following:
user@hostname$ ./build-deb-package-in-container.sh
or
user@hostname$ ./build-in-container.sh
By default this will build the last version with Debian Bookworm and put the
bin/package to target/
directory.
Build on current host
user@hostname$ ./build-deb.package.sh
or
user@hostname$ ./build.sh