feat: github-actions

This commit is contained in:
2020-08-10 14:11:30 +03:00
parent 552cba1cef
commit 164ec2f186
7 changed files with 135 additions and 1 deletions

7
.github/workflows/docker/Dockerfile vendored Normal file
View File

@ -0,0 +1,7 @@
FROM centos:8
RUN dnf install -y rpmdevtools dnf-utils make
COPY * /
ENTRYPOINT ["/entrypoint.sh"]