add rpm packaging (#83)

This commit is contained in:
Kevin Yue
2021-08-31 20:52:08 +08:00
committed by GitHub
parent fa8b5c1528
commit 3175855122
4 changed files with 70 additions and 0 deletions

5
packaging/rpm/README.md Normal file
View File

@@ -0,0 +1,5 @@
## Command
```sh
docker run --rm -it -v ${PWD}:/rpm --workdir=/rpm --entrypoint ./entrypoint.sh centos:8
```