sorawee
2020-12-14 14:51:51

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


pocmatos
2020-12-14 16:42:47

Argh - yes …


pocmatos
2020-12-14 16:42:50

Fixing it.


pocmatos
2020-12-14 16:42:58

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


pocmatos
2020-12-14 16:43:21

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


pocmatos
2020-12-14 16:43:34

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


pocmatos
2020-12-14 16:43:44

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


pocmatos
2020-12-14 16:44:05

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.


pocmatos
2020-12-14 16:44:25

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


pocmatos
2020-12-14 16:44:52

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


pocmatos
2020-12-14 16:46:07