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

Correct README.md references to TFENV_ARCH defaults #362

Merged
merged 1 commit into from
Oct 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Correct README.md references to TFENV_ARCH defaults
Fixes #361
  • Loading branch information
Zordrak committed Oct 1, 2022
commit c13b42a5dee7b3ac110db7f2cdeca35d1232cbf1
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,12 @@ terraform {

##### `TFENV_ARCH`

String (Default: amd64)
String (Default: `amd64`)

Specify architecture. Architecture other than the default amd64 can be specified with the `TFENV_ARCH` environment variable

Note: Default changes to `arm64` for versions that have arm64 builds available when `$(uname -m)` matches `aarch64* | arm64*`

```console
$ TFENV_ARCH=arm64 tfenv install 0.7.9
```
Expand Down