Merge pull request #14978 from dotnet-maestro-bot/merge/release/6.0.1xx-to-release/6.0.3xx
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.3xx'
This commit is contained in:
commit
b34c736b0f
1 changed files with 2 additions and 2 deletions
4
eng/common/dotnet-install.sh
vendored
4
eng/common/dotnet-install.sh
vendored
|
@ -52,7 +52,7 @@ done
|
||||||
# Use uname to determine what the CPU is, see https://en.wikipedia.org/wiki/Uname#Examples
|
# Use uname to determine what the CPU is, see https://en.wikipedia.org/wiki/Uname#Examples
|
||||||
cpuname=$(uname -m)
|
cpuname=$(uname -m)
|
||||||
case $cpuname in
|
case $cpuname in
|
||||||
aarch64)
|
arm64|aarch64)
|
||||||
buildarch=arm64
|
buildarch=arm64
|
||||||
;;
|
;;
|
||||||
amd64|x86_64)
|
amd64|x86_64)
|
||||||
|
@ -61,7 +61,7 @@ case $cpuname in
|
||||||
armv*l)
|
armv*l)
|
||||||
buildarch=arm
|
buildarch=arm
|
||||||
;;
|
;;
|
||||||
i686)
|
i[3-6]86)
|
||||||
buildarch=x86
|
buildarch=x86
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue