[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of Web Scraper.
Reproducible Example
After run make all
Warning:
! web The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s
Issue Description
make file should contain check if OS is MacOS and arch is arm64
then run this docker compose ver_arm...
if OS of x86 run this docker compose ....
Expected Behavior
Wehen run make all on MacOS web container should be pulled arch arm64
Web Scraper version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of Web Scraper.
Reproducible Example
Issue Description
make file should contain check if OS is MacOS and arch is arm64 then run this docker compose ver_arm...
if OS of x86 run this docker compose ....
Expected Behavior
Wehen run make all on MacOS web container should be pulled arch arm64