Skip to content

Commit bd0064f

Browse files
authored
Merge pull request #8685 from jackfrancis/update-proto-darwin-uname-apple-silicon
chore: update-proto.sh supports macOS + Apple silicon
2 parents 3dd38e6 + 4c91c0f commit bd0064f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-autoscaler/hack/update-proto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [[ ! -f "${protoc_bin_dir}/protoc" || ! -d "${protoc_include_dir}" ]]; then
4040
arm64*Linux)
4141
protoc_url="https://github.com/protocolbuffers/protobuf/releases/download/v${protoc_version}/protoc-${protoc_version}-linux-aarch_64.zip"
4242
;;
43-
*Darwin)
43+
*Darwin*)
4444
protoc_url="https://github.com/protocolbuffers/protobuf/releases/download/v${protoc_version}/protoc-${protoc_version}-osx-universal_binary.zip"
4545
;;
4646
*)

0 commit comments

Comments
 (0)