leantime icon indicating copy to clipboard operation
leantime copied to clipboard

ARM64

Open leornt opened this issue 2 years ago • 1 comments

Docker image doesn't have arm64 support, could you please add it? Think dockerx could be used to it Also, mysql:5.7 can turn into mariadb for better arch support

leornt avatar Jun 27 '22 12:06 leornt

Although MariaDB is a fork of MySQL, there are differences between them. I would rather support the idea of moving to MySQL:8.0 (that has arm64 support) rather then going to MariaDB and risk worse performance due to another query optimizer. (agreed that this is almost never the case - knowing that I personally use MariaDB for almost every project I do; but since we use MySQL now, switching is a bigger thing then updating to the next version of MySQL).

I would be nice to see qslite. This would make the docker instance far less memory intensive. sqlite has a bad name since it is file based, but it is almost all the time as performant as their "big brothers" and kan go up to tables in the TB's.

FYI: The currently used php 8.0.12 has arm/v5 support.

phulstaert avatar Aug 05 '22 13:08 phulstaert

Thank you for the arm64 docker image!

S0und avatar Aug 31 '22 19:08 S0und