dockur / macos

OSX (macOS) inside a Docker container.
MIT License
9.14k stars 333 forks source link

Why did you Remove ARM64 platform? #113

Closed markintouch closed 2 weeks ago

markintouch commented 2 weeks ago

Is your question not already answered in the FAQ?

Is this a general question and not a technical issue?

Question

I notice the change log of 1.15, you remove the arm64. Is there any problem?

kroese commented 2 weeks ago

Because the macOS images are AMD64, so they will run extremely slow on ARM64 (because it did emulation).

So looked better to remove it instead of people asking: why is it so slow?

Maybe someday I will add the ARM64 version of MacOS, but not anytime soon.

markintouch commented 2 weeks ago

I see. Wish you can support ARM64 soon. Thanks for your amazing work.