Open zestagio opened 2 years ago
we've removed the builds for arm64 for now because the cross-compilation doesn't fit in gh actions 6 hours limit and gh actions has no arm64 machines support https://github.com/wodby/mariadb/issues/36
Clear, do you have any plans to solve it somehow in the future?
Clear, do you have any plans to solve it somehow in the future?
I am using image: arm64v8/mariadb:10.3. Work fast and fine
I know it would be better to have ARM images for MariaDB, but for those who just wants to get their project started, the latest wodby/mariadb image that supports M1 is 10.4-3.13.21
, so you can use it in your .env file like so:
MARIADB_TAG=10.4-3.13.21
Can we please have a fix for this asap?
Hello, I saw this issue and comment https://github.com/wodby/docker4drupal/issues/465#issuecomment-785844022. According to this comment the mariaDB supports arm64, but for me it does not look like true:
Output of
docker inspect $(docker images | grep "wodby/mariadb" | awk '{ print $3 }') -f '{{.Architecture}}'
So, is it expected behavior and everything is fine or I have to configure something?
Output of
docker info
Contents of your
docker-compose.yml
Contents of your
.env