-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Native Apple Silicon Support without Rosetta #70
Comments
Hi @hologerry. If you have Go installed and set to build Apple Silicon binaries (the default setting on Silicon Macs), the easiest way to rebuild all the binaries is to open the workflow folder in VS Code and run the "go build all" task. On my setup, I have the build menu in VS Code mapped to the cmd+B, which I think is the default but can't remember if it is or not. |
Hi @drgrib, Thanks. |
For future reference, you can actually just build the binaries in-place in For personal use, The only reason to export a But, again, this does not sound like what you want to do. For a personal setup with the Apple Silicon binaries, you are already done. All the |
I understand, thank you very much. |
Thanks for this amazing workflow, which I use everyday.
Previously, I was using an Intel Mac, but now I have switched to Apple Silicon. I can help build native Apple Silicon binary files, but I am unsure about how to package them into an Alfred .workflow file.
The text was updated successfully, but these errors were encountered: