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

Add support for linux/arm64 architecture to build on Mac #379

Open
jakubkoci opened this issue Aug 15, 2023 · 3 comments
Open

Add support for linux/arm64 architecture to build on Mac #379

jakubkoci opened this issue Aug 15, 2023 · 3 comments

Comments

@jakubkoci
Copy link

I would like to run universal-resolver on my Mac machine, docker-compose returning:

no matching manifest for linux/arm64/v8 in the manifest list entries

I assume it's because there are no docker images build for linux/arm64. Is there any plan to do so?

@jakubkoci jakubkoci changed the title Add support for linux/arm64 architecture Add support for linux/arm64 architecture to build on Mac Aug 15, 2023
@peacekeeper
Copy link
Member

Hello @jakubkoci thanks for raising this issue..! I admit I have no experience with running Docker on a Mac.

Would you perhaps be able to contribute a Pull Request to add support for Mac?

@BernhardFuchs
Copy link
Member

I think the problem here is that we at DIF/Danubetech don't control all the drivers in the docker-compose file.
@jakubkoci feel free to create a Pull Request for the main application and drivers here on DIF. We are happy to try and merge them.

@podefr
Copy link

podefr commented Aug 20, 2023

I was able to run this docker compose on a silicon mac by explicitly setting the platform:

DOCKER_DEFAULT_PLATFORM=linux/x86_64/v8 docker compose up

I'm able to run most containers in the docker-compose but haven't tested the setup yet, so not sure if it fully works as expected

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

4 participants