-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support arm64 #11
Comments
Please provide reasoning for why this change should be made. |
We do not have arm64 built build. It has been discussed but we have other pressing features to add first. mariadb is supported in Debian 10/11 (native packages) without adding a third party repo for Oracle. We currently support either mysql or mariadb and pick the package based on the distribution during package building. |
Used mysql docker image not support amd64. Maybe use sqlite or mariadb? |
The current mysql docker images do support amd64, what makes you think that they don't? |
Just as a reminder we do not currently support arm64 and have no immediate plans to support arm64. If our development load slows down then we may look at it sooner. |
Ah, I see now that @r3l0c meant arm64 not amd64. I agree that the change from mysql to mariadb should be fine... but I figure it makes more sense to approach that change if/when arm64 support is actually implemented. |
Add arm64 package to repository
Change replace mysql with mariadb in docker-compose.yml.
The text was updated successfully, but these errors were encountered: