Skip to content
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

Closed
JasonGross opened this issue Nov 13, 2023 · 2 comments · Fixed by #1891
Closed

Upload universal binaries for MacOS #1727

JasonGross opened this issue Nov 13, 2023 · 2 comments · Fixed by #1891

Comments

@JasonGross
Copy link
Collaborator

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

@JasonGross
Copy link
Collaborator Author

There's some info here on cross-compiling

@JasonGross
Copy link
Collaborator Author

JasonGross commented May 7, 2024

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
Projects
Development

Successfully merging a pull request may close this issue.

1 participant