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.