Skip to content

Commit

Permalink
Fix usage of x86 alias override for go-containerregistry tools install
Browse files Browse the repository at this point in the history
  • Loading branch information
trnubo committed May 26, 2023
1 parent 089aea3 commit 62c7bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ install_oras() {
}

install_crane() {
local version checksum checksum_var version_parts major_minor x86_64
x86_64="x86_64"
local version checksum checksum_var version_parts major_minor
version="${1}"
checksum_var="CRANE_${version//\./_}_CHECKSUM_${ARCH^^}"
checksum="${!checksum_var}"
Expand Down

0 comments on commit 62c7bec

Please sign in to comment.