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

Apple Silicon builds #7945

Closed
4 of 5 tasks
chris-crone opened this issue Nov 25, 2020 · 0 comments
Closed
4 of 5 tasks

Apple Silicon builds #7945

chris-crone opened this issue Nov 25, 2020 · 0 comments

Comments

@chris-crone
Copy link
Member

chris-crone commented Nov 25, 2020

I've started looking at Apple Arm support and this is what I've found so far:

  • OpenSSL appears to build
  • Python will provide support soon
  • Homebrew doesn't work on Arm
  • PyNaCl doesn't appear to build for macOS 11 (on Intel, unable to test on Arm)
  • PyInstaller doesn't generate Arm binaries

Working towards Docker Desktop support on Apple Arm: docker/roadmap#142

It appears that Rosetta allows the Intel version to launch:

$ arch
arm64
$ ./docker-compose --version
docker-compose version 1.27.4, build 40524192

Ongoing work in #7951

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants