Add CI builder image and use it in the pipeline

builder.Dockerfile bakes the export step's dependencies into
git.teletype.hu/internal/love-builder and pre-fetches love.js to
/opt/lovejs.zip; the Makefile prefers the cached copy and falls
back to downloading from GitHub outside the image.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 19:17:14 +02:00
co-authored by Claude Fable 5
parent 5f81f7c179
commit 7786f078d6
4 changed files with 50 additions and 4 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ steps:
- make ci-version
- name: export
image: alpine
image: git.teletype.hu/internal/love-builder:latest
commands:
- apk add --no-cache zip make curl unzip
- make ci-export
- name: upload