-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Release macOS arm build of cinny-desktop + hombrew cask #62
Comments
Maybe also release arm Windows builds. |
arm64 for linux as well. cinnyapp/cinny#553 |
Any update on this @kfiven? I have a cask file prepared but Cinny desktop will have to be a universal binary and signed. |
@arjpar Last time I tried, couldn't build the universal binary using GitHub actions. |
@arjpar Is it possible to somehow obtain a build or instruction to build for Mac with M1 processors? |
@solus-hq Are you talking about building on a Mac with Apple Silicon (M1, M2, etc)? For building I guess you would look at the GitHub action I linked in the comment above. I have no experience using GitHub actions though, so sorry I couldn't be of more help. I'm not sure if there's a GitHub action to create a Universal binary for Tauri applications. |
@arjpar Yes, you're completely correct, I'm looking for some manual to build it for an M1 powered Mac. Have no experience with Github actions as well, but I guess I have to check if Tauri compiles on M1. |
+1 |
+1 for Windows ARM64. As of now, there's no Matrix client desktop app for Windows arm64 (not counting web app through arm64 browser) |
@ppkhoa You should probably open a separate issue for Windows on ARM64 if there isn't an open issue already. |
I've seen there is even a macos-aarch64 workflow which is just commented out. It might be interesting to know what the issue was there |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Made my own tap 🎉 brew install neved4/tap/cinny The above should just work. Ideally, Cinny would roll its own tap upstream, like: homebrew-tap/cinny.rb. To do it in the official Homebrew repos, since Apple Silicon requires signed code you'll likely have to generate a certificate, add it to your Github secrets, then modify tauri.yml as per tauri.app/sign-macos/#example. Cheers 🤍 |
Describe the problem
I'd like to install cinny desktop on my MacBook pro with an M1 chip via
brew install cinny
Describe the solution you'd like
Add
macos-arm
to the supported targets thatcinny-desktop
builds to + setup a homebrew cask tracking that repoAlternatives considered
No response
Additional context
The text was updated successfully, but these errors were encountered: