Skip to content

Commit

Permalink
Merge pull request #24 from soopurman/linux-aarch64
Browse files Browse the repository at this point in the history
Fix support for arm64 Linux identifying as aarch64
  • Loading branch information
gr1m0h authored Jun 17, 2024
2 parents 06ed096 + 772bc9e commit 655f7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/download
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case "$(uname -s)|$(uname -m)" in
"Linux|x86_64")
DOWNLOAD_URL="https://github.com/GoogleCloudPlatform/terraformer/releases/download/${ASDF_INSTALL_VERSION}/terraformer-all-linux-amd64"
;;
"Linux|arm64")
"Linux|arm64"|"Linux|aarch64")
DOWNLOAD_URL="https://github.com/GoogleCloudPlatform/terraformer/releases/download/${ASDF_INSTALL_VERSION}/terraformer-all-linux-arm64"
;;
esac
Expand Down

0 comments on commit 655f7e8

Please sign in to comment.