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

Build multi-arch (supporting ARM64) versions of ddev binary and docker images #2322

Closed
dennisameling opened this issue Jun 18, 2020 · 1 comment

Comments

@dennisameling
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
DDEV currently doesn't work on Windows (WSL2) or Linux on ARM devices. We'd need Docker images for ARM64 in order to run DDEV on these platforms.

Describe the solution you'd like
Docker images for ARM64 can potentially be built by using the buildx command https://www.docker.com/blog/multi-arch-images/, but this would need to be researched. Then, automated tests should run on an ARM64 host (either Linux or Windows WSL2) so that we can be sure that DDEV runs (and keeps running) properly on ARM64.

Describe alternatives you've considered
N/A

Additional context
N/A

@rfay rfay changed the title Build ARM64 version of DDEV Build ARM64 version of ddev binary and docker images Jun 18, 2020
@rfay rfay changed the title Build ARM64 version of ddev binary and docker images Build multi-arch (supporting ARM64) versions of ddev binary and docker images Jun 23, 2020
@rfay
Copy link
Member

rfay commented Jun 25, 2020

Opened #2338 about the whole ARM64 and multi-arch process for the new macOS machines and macOS 11.

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

2 participants