vfedotovs / sslv_web_scraper

ss.lv web scraping app helps automate information scraping and filtering from classifieds and emails results and stores scraped data in database
GNU General Public License v3.0
5 stars 3 forks source link

CICD: make all on MacOS M1 does now pull and start correct arm arch type web container #265

Open vfedotovs opened 5 months ago

vfedotovs commented 5 months ago

Web Scraper version checks

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