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

Build universal binaries for macOS #311

Open
callahad opened this issue May 26, 2022 · 0 comments
Open

Build universal binaries for macOS #311

callahad opened this issue May 26, 2022 · 0 comments
Labels
devex Developer experience-related issues

Comments

@callahad
Copy link
Contributor

callahad commented May 26, 2022

It'd be nice if our darwin binaries contained both ARM and Intel code. Avoids a potential class of user error.

Looks like GoReleaser supports universal binaries: https://goreleaser.com/customization/universalbinaries/

Alternatively, can manually call lipo ./subo-arm ./subo-intel -create -output ./subo-universal

Related Apple docs: https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary

@callahad callahad added the devex Developer experience-related issues label May 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devex Developer experience-related issues
Projects
None yet
Development

No branches or pull requests

1 participant