-
Notifications
You must be signed in to change notification settings - Fork 146
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
Upload universal binaries for MacOS #1727
Labels
Comments
There's some info here on cross-compiling |
GitHub actions now provides both arm64 (macos-latest, macos-14, macos-latest-xlarge or macos-14-xlarge; or macos-13-xlarge), and x86_64 (macos-latest-large or macos-14-large; macos-13 or macos-13-large; macos-12 or macos-12-large), so this should be pretty easy. |
JasonGross
added a commit
to JasonGross/fiat-crypto
that referenced
this issue
May 7, 2024
JasonGross
added a commit
to JasonGross/fiat-crypto
that referenced
this issue
May 7, 2024
JasonGross
added a commit
to JasonGross/fiat-crypto
that referenced
this issue
May 7, 2024
JasonGross
added a commit
to JasonGross/fiat-crypto
that referenced
this issue
May 9, 2024
JasonGross
added a commit
to JasonGross/fiat-crypto
that referenced
this issue
May 9, 2024
JasonGross
added a commit
to JasonGross/fiat-crypto
that referenced
this issue
May 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #1721 and #1711 we upload x86_64 binaries for Mac (and other platforms). It'd be nice to also upload arm64 binaries as well, or even better make a Mac universal binary with
lipo -create -output universal_binary binary_x86_64 binary_arm64
The text was updated successfully, but these errors were encountered: