stepancheg / rust-protoc-bin-vendored

MIT License
9 stars 3 forks source link

Support macOS m1 #1

Open jiacai2050 opened 1 year ago

jiacai2050 commented 1 year ago

Hi, thanks for this convenient tool.

Currently there is no binary for macOS M1, could you please support this?

jiacai2050 commented 1 year ago

I found protobuf already support universal binary

mhils commented 11 months ago

Is there anything we can do to help make this happen? I'd be happy to send a PR if it has reasonable chances of getting merged. :)

stepancheg commented 7 months ago

If they publish universal binary, we just need to rerun update script to fetch the latest version, and that't it.

YvanDaSilva commented 6 days ago

@stepancheg There is a PR that updated protoc version and added

update_arch "osx-aarch_64" "protoc-bin-vendored-macos-aarch_64"

to the script. If you have a bit of time for review + merge that would be great. Thank you very much for your 🙏