-
Notifications
You must be signed in to change notification settings - Fork 31
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
Return build of arm64 variants #36
Comments
Is there any plan how this could be done? Any way we can help? Would be highly appreciated to get arm64 variants. As we've been testing, arm64 based native mariadb images are blazing fast to work with on M1 Mac, but there seem to be other problems on native images that causes instability when used with wodby4drupal. |
+1 |
Any update on m1 support ? |
Well this is extremely unfortunate, there must be a solution. Does that mean that the images listed here without an ARM64 checkmark are not going to work on M1+ macs? 35% of our company is on M1/M2. https://github.com/wodby/docker4drupal Right now someone had to add a
I really do not like that solution.
I do not want to use a old database version either. |
Do not use this, it just forces you to use the wrong image. Instead what you can do is use the original mariadb image, we've been using it without problems and it is significantly faster on M1 |
I was wondering if this issue was being revisited in light of the M1 larger runner support on GitHub: |
macos machines do not support cross-compilation |
linux/arm64 builds returned in 3.28.0 |
Since 3.14.0 arm64 variant no longer built because cross-compiling no longer fits in gh actions's 6h build limit
The text was updated successfully, but these errors were encountered: