Closed timroster closed 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.
updates
setup-binaries.sh
to send arch as argument, removes hard coded arch insetup-gitu
as there are now releases for x64 and arm64. Fixes #82Signed-off-by: Tim Robinson timroster@gmail.com