1
0
Fork 0
Go to file
gardouille 3824b947d8
Merge branch 'main' of https://git.101010.fr/gardouille/eza-docker-build
2023-11-03 16:21:17 +01:00
patch Need to patch devtools script to use Justfile 2023-10-09 14:41:57 +02:00
target Update ignored files/directory 2023-09-20 10:52:26 +02:00
test git.ipr: New main domain 2023-11-03 16:21:07 +01:00
Jenkinsfile Mail: Remove useless formatting 2023-10-09 11:38:02 +02:00
README.md Add README.md file 2023-09-20 08:25:42 +02:00
build-deb-package-in-container.sh Init new repo 2023-09-20 08:23:12 +02:00
build-deb.package.sh Disable patch_justfile as #458 is fixed 2023-10-13 14:12:50 +02:00
build-in-container.sh Init new repo 2023-09-20 08:23:12 +02:00
build.sh Init new repo 2023-09-20 08:23:12 +02:00

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