Open jasikpark opened 2 years ago
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.
@kfiven Apparently you can use a Github Action called macos-universal-binary-action
to create and upload macOS universal binaries. This action takes several inputs such as owner, repository, tag, amd64, arm64 etc. You can find more details about this action on its Github Marketplace page here.
@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 please release cinny for ARM macOS. It's the only app which uses rosetta2 on my machine.
+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
any updates?
bump possible?
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