Add CI builder image and use it in the pipeline

builder.Dockerfile bakes the build step's dependencies into
git.teletype.hu/internal/* so the pipeline no longer installs
packages on every run.

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 d6d5f60be0
commit 195190c213
3 changed files with 32 additions and 2 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ steps:
- 'make ci-version'
- name: build
image: debian:stable-slim
image: git.teletype.hu/internal/c64-builder:latest
commands:
- 'apt-get update && apt-get install -y --no-install-recommends make acme'
- 'make ci-build'
- name: artifact