ducktors / turborepo-remote-cache

Open source implementation of the Turborepo custom remote cache server.
https://ducktors.github.io/turborepo-remote-cache/
MIT License
918 stars 89 forks source link

Not running in AWS EC2 T4g instance #360

Open maurobender opened 1 month ago

maurobender commented 1 month ago

The latest uploaded image to Docker Hub seems to don't have support for arm64 architecture.

Previous images v2.1.2 and 2.1.1 seem to have support for arm64 but I'm getting the same error when running them in the T4g instance.

Image v2.1.0 has support and works fine in the instance.

🐛 Bug Report

Trying to run the image in a AWS t4g instance (arm64 based) does not work, the logs show the following error:

exec /usr/bin/dumb-init: exec format error

To Reproduce

Run the image using docker in a arm64 based machine.

Expected behavior

The image running without errors.

Your Environment

matteovivona commented 3 weeks ago

There was a bug in the docker image creation step only for latest tag. As workaround, use latest version with a semver tag.

Let me know