build: switch the cross-compiler image to the ghcr mirror - #20
Merged
Conversation
Use ghcr.io/reinauer/container-amiga-gcc (the GitHub Container Registry mirror of stefanreinauer/amiga-gcc, same registry amiauth builds with — no Docker Hub rate limits in CI) in the Makefile's IMAGE, release.yml's sanity-check step, and the docs. Keeps this repo's pin-by-digest convention: pinned to the mirror's current digest (GCC 6.5.0b, verified by a full `make dist` producing the archive). CI's cache key derives from the Makefile line, so it tracks the change automatically. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Switches the Bebbo amiga-gcc build image from Docker Hub's
stefanreinauer/amiga-gccto the GitHub Container Registry mirrorghcr.io/reinauer/container-amiga-gcc, as amiauth already does — same image source, but no Docker Hub pull rate limits in CI.Unlike amiauth (which uses
:latest), this repo pins the compiler by digest for reproducible release builds, so the mirror is pinned to its current digest (sha256:75eee7a5…). The Docker Hub digest doesn't exist on ghcr (different build), hence the digest change. Touched:Makefile—IMAGEnow points at the ghcr digest; the roll-forward instructions updated, including a reminder to bump the matching hardcoded ref inrelease.yml..github/workflows/release.yml— the archive sanity-check step uses the same ghcr ref. (ci.ymlneeds no change — it grepsIMAGEout of the Makefile, and its cache key tracks the new value automatically.)CLAUDE.md/README.md— toolchain references updated.Test plan
m68k-amigaos-gcc (GCC) 6.5.0b,lhaandmakepresentmake distwith the new pinned ref buildsbuild/NarratorWyomingDevice.lhafrom cleangrep '^IMAGE ' Makefileresolution simulated locally — resolves the ghcr ref and derives a fresh cache key🤖 Generated with Claude Code