Make protoc executable names consistent

Rename ppc64 cpu to ppcle_64 to match current release.
pull/9553/head
deannagarcia 3 years ago committed by GitHub
parent 89c40311db
commit 5b3f853d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      protobuf_release.bzl

@ -20,6 +20,8 @@ def _package_naming_impl(ctx):
cpu = "s390_64"
elif cpu == "aarch64":
cpu = "aarch_64"
elif cpu == "ppc64":
cpu = "ppcle_64"
# use the system name to determine the os and then create platform names
if "apple" in system_name:

Loading…
Cancel
Save