MacOS Apple M1 support
visualage opened this issue · 0 comments
visualage commented
Apple M1 is based on aarch64 architecture. We have two options here. One is to build a universal binary that supports both Intel x86_64 and Apple M1. The other is build two separate binaries, each supports only one architecture. To maintain the backward compatibility, it may be better to build two separate binaries for now.