Investigating why the command npm hangs in the offical NodeJS images when run in GitHub Actions.
Daily builds of my FoundryVTT Docker repo started failing between daily builds:
2023-09-18: ✅ https://github.com/felddy/foundryvtt-docker/actions/runs/62210594942023-09-19: ❌ https://github.com/felddy/foundryvtt-docker/actions/runs/6234099414
The build of the linux/s390x image started hanging when running npm install.
This repository runs a simple GitHub Action workflow that runs npm -v during a Docker image build for several architectures and Linux distributions.
Possible culprits:
- https://github.com/actions/runner/actions
- https://github.com/nodejs/docker-node
- https://github.com/qemu/qemu
- https://github.com/docker/buildx
Please see the open issues for the latest investigation status.