salesforce / proto-backwards-compat-maven-plugin

A Maven plugin for protecting against backwards incompatible changes to your gRPC .proto files.
BSD 3-Clause "New" or "Revised" License
13 stars 11 forks source link

Add protolock binary for macOS (Darwin) ARM64 #27

Closed mooons closed 3 years ago

mooons commented 3 years ago

This PR aims to add the protolock binary for macOS on ARM64 (running on Apple Silicon / M1) so the plugin can be used natively on those Macs.

Source of the added binary: https://github.com/nilslice/protolock/releases/tag/v0.15.2

SHA-1: 68eeb191a032b2b7aa14a85eff120e4691ba268e

Please kindly review. :)

salesforce-cla[bot] commented 3 years ago

Thanks for the contribution! Before we can merge this, we need @mooons to sign the Salesforce.com Contributor License Agreement.

mooons commented 3 years ago

Thanks @rmichela for reviewing and merging this :)