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 (Linux) binary releases. #1291

Merged
merged 1 commit into from
Dec 10, 2020

Commits on Dec 4, 2020

  1. Add arm64 (Linux) binary releases.

    Hashicorp has recently added arm64 builds with their recent 0.14
    release:  https://www.hashicorp.com/blog/announcing-hashicorp-terraform-0-14-general-availability
    
    > Terraform 0.14 also adds official support for Linux ARM64 builds.
    > We’ve gone further and added Linux ARM64 support in the latest 0.13.x releases.
    
    Similarly, recent versions of popular providers are also published with
    arm64 builds.
    
    This change updates the build script in order to produce an arm64
    binary.
    
    This would be useful, for example, for running in the cloud with one of
    Amazon graviton2 instance types, or at a smaller scale on a Raspberry Pi
    3 (or newer).
    Paul Groudas committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    11f4c0e View commit details
    Browse the repository at this point in the history