Closed ericyanush closed 2 years ago
Thanks, but Does GitHub-Action has ARM support for mac OS runners?
The x86-64 macOS instances provided by GitHub actions should be able to build the arm binaries as well. I tested building the arm binaries on both an M1 Mac and an Intel one, with both producing usable ARM64 builds.
I'm not certain, but I suspect, from my prior experiences, that you should be able to produce the linux and windows builds from an Intel Mac as well.
This PR adds scripts to support building ARM64 (M1) native release packages.
To fit with the current style of release builds, I've duplicated the steps for x86_64 macOS builds. Alternatively, this could be collapsed into a single installer-zip.sh file and a single command to electron-packager.