docker-crontab icon indicating copy to clipboard operation
docker-crontab copied to clipboard

Use yj instead of rq, and support ARM architecture

Open re3turn opened this issue 3 years ago • 1 comments

When docker build on M1 Mac, the rq command will cause segmentation fault.

# rq --version
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault

Change to support the ARM architecture using yj instead of rq.

re3turn avatar Apr 03 '22 16:04 re3turn

Tested, it works nicely for my arm server needs. Thank you :) Probably would create some day fork with releases to Docker hub automatically. Useful.

Arm becomes more and more popular. Heck, Hetzner very cheap arm prices offers today Which i use to run my dockerized minecraft server. So very relevant

dd84ai avatar Aug 06 '24 13:08 dd84ai