cloud-native-toolkit / terraform-util-clis

Module to install missing clis into a local bin directory
Apache License 2.0
0 stars 3 forks source link

Pass and use arch in setup-gitu #83

Closed timroster closed 2 years ago

timroster commented 2 years ago

updates setup-binaries.sh to send arch as argument, removes hard coded arch in setup-gitu as there are now releases for x64 and arm64. Fixes #82

Signed-off-by: Tim Robinson timroster@gmail.com

timroster commented 2 years ago

there is a similar potential problem in setup-igc.sh - the arch is passed as an argument, but not used in the URL used in the invocation of setup-binary.sh - so if the container or platform doesn't have igc installed, the unqualified (e.g. amd64) binary release will be pulled.