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

Add arm64 support for binaries and docker images #2176

Merged
merged 2 commits into from
May 29, 2020
Merged

Add arm64 support for binaries and docker images #2176

merged 2 commits into from
May 29, 2020

Commits on May 29, 2020

  1. Add arm64 support for binaries and docker images

    This commit adds building support for binaries and
    container images.
    
    This commit also changes binary name format in Makefile
    to make sure every binary has a single name format:
    <BinaryName>-<OS>-<ARCH>
    
    Signed-off-by: Henry Wang <[email protected]>
    MrXinWang committed May 29, 2020
    Configuration menu
    Copy the full SHA
    287f088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b5c3f View commit details
    Browse the repository at this point in the history