docker-crontab
docker-crontab copied to clipboard
Use yj instead of rq, and support ARM architecture
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.
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