build: Added AppImage builder (#355)

* Docker files to create an AppImage

* Using ENTRYPOINT is a bit nicer here

* typo

* put with other dist files
This commit is contained in:
wardwouts
2021-12-01 21:35:47 +01:00
committed by GitHub
parent 278d46ccd7
commit be1c5f5d1d
7 changed files with 122 additions and 0 deletions

3
dist/AppImage/README.md vendored Normal file
View File

@@ -0,0 +1,3 @@
The environment variable TAG can be set to build for a specific git tag. Without the master branch is build.
First run `build.sh` to create a docker image. Then run `extract.sh` to get an AppImage.