Support homebrew installation on MacOS
Homebrew recipe doesn't work on MacOS.
This is because the homebrew recipe only installs the linux-musl target: https://github.com/michidk/homebrew-tools/blob/main/Formula/vscli.rb#L5
If anyone want's to tackle this, feel free to open a PR over here: https://github.com/michidk/homebrew-tools/
Can i ask (nicely) that this issue be re-opened for others (like me) that expected the Homebrew recipe would install on macOS ?
I added the aarch64-apple-darwin target to the CI, so we now also have ARM images for M1+ macs to https://github.com/michidk/vscli/releases/tag/v0.2.2.
@michidk thanks I will give it a try.
I added macos support to the homebrew file: https://github.com/michidk/homebrew-tools/commit/d85f54d227bc50327c166b5a3d7e05993965909b
Also made it so that vscli CI automatically updates it: https://github.com/michidk/vscli/commit/4bc37a185cf0ef6f776497d6954c5c793b912690