zkokaja / Brewlet

The missing menulet for brew.sh: keeping your packages up-to-date, and your system secure.
BSD 2-Clause "Simplified" License
438 stars 13 forks source link

Release a universal binary #14

Closed zachberger closed 3 years ago

zachberger commented 3 years ago

Now that Macs have been released with Apple Silicon it would be nice to have a universal binary that supports arm64.

I've tested this on my new M1-based MacBook Pro and everything seems to work as intended.

zkokaja commented 3 years ago

This is a good idea. I don't have much experience with this, but I assume there's a way to modify the Github action to build a universal binary that supports both architectures, right? I can look into it.