Closed caoimhebyrne closed 1 year ago
Prior to this, a x86_64 binary for macOS was being built, which is fine - but a universal binary is always desired :)
x86_64
To build for aarch64, we need to do the following:
aarch64
aarch64-apple-darwin
--target universal-apple-darwin
I did this in the cleanest way possible, and from my initial testing, it appears to function.
Fixes #9.
Prior to this, a
x86_64
binary for macOS was being built, which is fine - but a universal binary is always desired :)To build for
aarch64
, we need to do the following:aarch64-apple-darwin
target--target universal-apple-darwin
to the tauri action if running on macOSI did this in the cleanest way possible, and from my initial testing, it appears to function.
Fixes #9.