5 Commits
Author SHA1 Message Date
mr.zeroandClaude Opus 5 8793cb1996 Add the ARM64 cross toolchain, and follow the image to build/
Batocera and the ES-family handhelds run on ARM, where a linux_x64
binary will not start. The image gains the aarch64 cross compiler and
the arm64 dev libraries the pipeline links against.

The image itself also moved out of the internal package namespace,
which did not travel with the repo during the org reorganization.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-16 20:57:55 +02:00
mr.zeroandClaude Opus 5 f94698c123 Teach the Ebitengine build about our own module namespace
inkwell is now a published module (engines/inkwell v0.1.0) rather than a
sibling checkout, so a project that depends on it needs GOPRIVATE — our
forge is not proxy.golang.org and not in the public checksum database.
Set in both the builder image and the Makefile template, so it holds
whether or not the image has been rebuilt.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-16 10:35:28 +02:00
mr.zero 56054a21b4 binary assets 2026-08-02 18:51:02 +02:00
mr.zeroandClaude Fable 5 6661f957c6 Use the canonical git server name (git.teletypegames.org)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-31 19:20:50 +02:00
mr.zeroandClaude Fable 5 0c043b4d3d 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>
2026-07-31 19:17:14 +02:00