ci workflow and docker files

This commit is contained in:
2024-10-30 11:58:54 +01:00
parent 164b8ed6c2
commit e0242e515d
8 changed files with 161 additions and 71 deletions

4
docker/README.md Normal file
View File

@ -0,0 +1,4 @@
We provide two Dockerfiles:
- `Dockerfile` provides the environment to build the obsw.
- `Dockerfile_Runner` is used to run our CI Jobs. It mainly adds node.js:20 to run gitea/github actions.