Skip to content
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

Open
r3l0c opened this issue Apr 27, 2021 · 6 comments
Open

Support arm64 #11

r3l0c opened this issue Apr 27, 2021 · 6 comments

Comments

@r3l0c
Copy link

r3l0c commented Apr 27, 2021

Add arm64 package to repository
Change replace mysql with mariadb in docker-compose.yml.

@sicada
Copy link
Contributor

sicada commented May 7, 2021

replace mysql with mariadb in docker-compose.yml

Please provide reasoning for why this change should be made.

@curtishall
Copy link
Member

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.

@r3l0c
Copy link
Author

r3l0c commented May 19, 2021

Please provide reasoning for why this change should be made.

Used mysql docker image not support amd64. Maybe use sqlite or mariadb?

@sicada
Copy link
Contributor

sicada commented May 19, 2021

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?

@curtishall
Copy link
Member

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.

@sicada
Copy link
Contributor

sicada commented May 19, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants