The Wayback Machine - https://web.archive.org/web/20220108041140/https://github.com/Kong/kong/pull/8266
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(makefile) grpcurl compatible with aarch64 #8266

Merged
merged 2 commits into from Jan 7, 2022
Merged

Conversation

@mayocream
Copy link
Member

@mayocream mayocream commented Jan 7, 2022

Summary

Download grpcurl arm64 version when the machine is aarch64.

Failed to exec make bin/grpcul on Mac M1 Docker container (ubuntu image, uname -m: aarch64).
See: https://stackoverflow.com/questions/31851611/differences-between-arm64-and-aarch64
AArch64 and ARM64 refer to the same thing.

Full changelog

  • Download grpcurl arm64 version when the machine is aarch64.
@mayocream mayocream merged commit ada87aa into master Jan 7, 2022
26 checks passed
@mayocream mayocream deleted the fix/grpcurl-aarch64 branch Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants