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

Docker macos arm64 #628

Closed
waltkb opened this issue Jul 16, 2024 · 2 comments
Closed

Docker macos arm64 #628

waltkb opened this issue Jul 16, 2024 · 2 comments
Labels
bug Something isn't working Stale

Comments

@waltkb
Copy link
Contributor

waltkb commented Jul 16, 2024

Docker containers should be runnable when the host is macOS and the host system uses a ARM64 processor (e.g. M1/M2/M3).

Build is not possible, due to Native compilation is not yet supported for aarch64 on Windows / Linux (the containers are Linux based, but it's run from ARM64)

@waltkb waltkb added the bug Something isn't working label Jul 16, 2024
@matteo-ms
Copy link

you have to build using docker buildx build --platform linux/amd64,linux/arm64/v8

Copy link

This issue has been marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

2 participants