-
Notifications
You must be signed in to change notification settings - Fork 251
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
Comments
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? |
I think the problem here is that we at DIF/Danubetech don't control all the drivers in the docker-compose file. |
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 |
Dear @BernhardFuchs , I am interested in running this project on an arm platform. I see this ticket was created for this purpose. However, running this on Mac doesn't require arm and as seen above it was still an amd64, and not arm64. Therefore, I come back to the original question of this issue: Would it be possible to create a multiplatform build https://docs.docker.com/build/building/multi-platform/ ? If you agree, when would that be available? Alternatively, would you accept a contribution (pull request) for this purpose? Best regards, |
@mariancatalin Feel free to create a PR for a multi-platform image. |
I would like to run universal-resolver on my Mac machine,
docker-compose
returning:I assume it's because there are no docker images build for
linux/arm64
. Is there any plan to do so?The text was updated successfully, but these errors were encountered: