
FYI: build-racketcgc (cify, ARM64) has been failing with “Container … is not running” recently: https://github.com/racket/racket/runs/1547792998

Argh - yes …

Fixing it.

I know what the problem is and need to fix it.

Whenever the image file is updated, CI builds and pushes a new image to dockerhub

However, the github workflow only does that for x86_64 images.

I need to run it locally to get images for arm64 and arm32

For this to work properly I need to move the docker image build to a self-hosted runner so that it has access to my builders.

I will push this manually for now and re-run the workflows and once I get into holiday mode I will look into this.

I am closing a large contract and been quite busy - apologies for the absence.

Done - re-running workflow started just fine: https://github.com/racket/racket/runs/1551678181?check_suite_focus=true