ludeknovy / jtl-reporter

JtlReporter is an online application that allows users to generate beautiful, customizable and easy to understand performance reports from JMeter(Taurus), Locust, and other tools.
https://jtlreporter.site
MIT License
127 stars 33 forks source link

Support for Mac Silicon - docker-compose returning platform error on scheduler #265

Closed yyahav closed 6 months ago

yyahav commented 6 months ago

Is your feature request related to a problem? Please describe. Running docker-compose up -d on a Mac Silicon (e.g. Macbook Pro M1) results in the following error:

scheduler 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[+] Running 7/9

Describe the solution you'd like Please add support for linux/arm64/v8 platform for running the compose on Mac Silicon machines.

yyahav commented 6 months ago

The issue was that I ran it straight after cloning. Looking for a newer version on docker hub I noticed scheduler alredy has an arm64 version - 0.0.5, I updated the compose yml and it works. Thank you!

ludeknovy commented 6 months ago

Thanks for letting me know. I've fixed the scheduler version number.

yyahav commented 6 months ago

Thank you @ludeknovy so much!