Added raspberry pi CI

This commit is contained in:
AlexandreRouma
2021-11-24 20:02:16 +01:00
parent e394b64ad3
commit 2261b0fc2b
4 changed files with 88 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
FROM ubuntu:latest
ENV DEBIAN_FRONTEND=noninteractive
COPY do_build.sh /root
RUN chmod +x /root/do_build.sh