feat: add makerun image
Build / build (pull_request) Successful in 31s

- a basic image that enables running development builds
This commit is contained in:
2026-01-10 16:13:33 +11:00
parent 563df98993
commit d71601eba4
4 changed files with 22 additions and 0 deletions
@@ -0,0 +1,8 @@
#!/usr/bin/bash
set -e
mkdir /app
git clone --branch ${BRANCH} ${REPOSITORY} /app/repo
cd /app/repo
make run