3 Commits

Author SHA1 Message Date
ozan 4be33e33f1 feat: multi-image runners — go, node, docker, deploy, godot
Replace single fat image with purpose-built images per workflow type.
Each image is lean: base (Alpine+AWS+git) → go/node/deploy extend it.
docker image standalone (dind base). godot for future game builds.
build-all.sh builds base first, then all others in parallel.
2026-05-22 18:00:57 +01:00
ozan 5f0ddc1901 feat: composite actions + runner base image
Actions: checkout, setup-go, setup-node, setup-aws
Runner image: Go 1.26 + Node 22 + AWS CLI + Docker (docker:29-dind)
2026-05-22 17:52:08 +01:00
ozan ee74d56df8 Initial commit 2026-05-22 16:50:47 +00:00