diff --git a/README.md b/README.md index 6583e6b..604de5a 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Name | Status [Custom Rust async runtime](./projects/custom-rust-async-runtime.md) | - [Custom drone software](./projects/custom-drone-software.md) | - [Camera tracker](./projects/camera-tracker.md) | - +[Custom Gitea Runner](./projects/custom-gitea-runners.md) | - [Auto-Scaling Gitea Runners](./projects/autoscaling-gitea-runners.md) | - ## Hardware Projects diff --git a/projects/custom-gitea-runners.md b/projects/custom-gitea-runners.md new file mode 100644 index 0000000..faefa8f --- /dev/null +++ b/projects/custom-gitea-runners.md @@ -0,0 +1,5 @@ +# Custom Gitea Runners +A custom gitea runner to run actions on a nomda cluster + +## Implementation +[Nomact Repo](https://gitea.lol3r.com/leon/nomact)