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

MacOS x86_64 binary #150

Open
Alan5142 opened this issue Jan 6, 2025 · 1 comment · May be fixed by #152
Open

MacOS x86_64 binary #150

Alan5142 opened this issue Jan 6, 2025 · 1 comment · May be fixed by #152
Assignees

Comments

@Alan5142
Copy link

Alan5142 commented Jan 6, 2025

Currently, the releases contain only binaries for ARM MacOS, which limits the platform support for macOS.
Is there any plan to provide binary releases for Intel macOS?

@bobbyg603
Copy link
Member

bobbyg603 commented Jan 6, 2025

@Alan5142 we'll look into adding this. It will be dependent on the type of action runners offered by GitHub.

In the meantime, you can generate a binary yourself by cloning this repo and running the following commands in terminal:

npm i && npm run sea:macos

Note: you'll need to have Node.js >= 22 installed and might need to run chmod +x ./dist/symbol-upload-macos after the build to allow execution.

@bobbyg603 bobbyg603 self-assigned this Jan 23, 2025
bobbyg603 added a commit that referenced this issue Jan 23, 2025
@bobbyg603 bobbyg603 linked a pull request Jan 23, 2025 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants