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