Added other ubuntu versions to CI 2

This commit is contained in:
Ryzerth
2021-04-26 05:44:55 +02:00
parent 481d5a6b14
commit b9642f1e62
8 changed files with 80 additions and 0 deletions

View File

@ -0,0 +1,3 @@
FROM ubuntu:bionic
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh