Skip to content

Commit

Permalink
Installer: Replace aarch64 with arm64 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayorov committed Oct 27, 2021
1 parent 4112fcb commit 1eaadb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ then
exit 1
fi

if [ "$arch" = 'aarch64' ]
then
arch='arm64'
fi

url="https://github.com/hayorov/helm-gcs/releases/download/${version}/helm-gcs_${version}_${os}_${arch}.tar.gz"

filename=`echo ${url} | sed -e "s/^.*\///g"`
Expand Down

0 comments on commit 1eaadb3

Please sign in to comment.