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

Return build of arm64 variants #36

Closed
csandanov opened this issue Nov 10, 2021 · 8 comments
Closed

Return build of arm64 variants #36

csandanov opened this issue Nov 10, 2021 · 8 comments

Comments

@csandanov
Copy link
Member

Since 3.14.0 arm64 variant no longer built because cross-compiling no longer fits in gh actions's 6h build limit

@Dropa
Copy link

Dropa commented May 11, 2022

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.

@jorgemuza
Copy link

+1

@heyyo-droid
Copy link

Any update on m1 support ?

@kevinquillen
Copy link

kevinquillen commented May 31, 2023

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 docker-compose.override.yml file and add this:

services: 
  mariadb:
    platform: linux/amd64

I really do not like that solution.

the latest wodby/mariadb image that supports M1 is 10.4-3.13.21

I do not want to use a old database version either.

@Dropa
Copy link

Dropa commented Jun 2, 2023

Right now someone had to add a docker-compose.override.yml file and add this:

services: 
  mariadb:
    platform: linux/amd64

I really do not like that solution.

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

@mcrump001
Copy link

mcrump001 commented Nov 9, 2023

I was wondering if this issue was being revisited in light of the M1 larger runner support on GitHub:

https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/

@csandanov
Copy link
Member Author

macos machines do not support cross-compilation

csandanov added a commit that referenced this issue Dec 9, 2023
@csandanov
Copy link
Member Author

linux/arm64 builds returned in 3.28.0

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

6 participants