diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 01f622c460ce62..38afa049e4a391 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,17 +3,17 @@
-
+
https://github.com/dotnet/arcade
- 841e1fe0d2498a7ac6445e458ae521511ec226ca
+ a7773a9828c67a9b1fba3d2daee061ec90db3505
-
+
https://github.com/dotnet/arcade
- 841e1fe0d2498a7ac6445e458ae521511ec226ca
+ a7773a9828c67a9b1fba3d2daee061ec90db3505
-
+
https://github.com/dotnet/arcade
- 841e1fe0d2498a7ac6445e458ae521511ec226ca
+ a7773a9828c67a9b1fba3d2daee061ec90db3505
diff --git a/eng/Versions.props b/eng/Versions.props
index dbf98a569b1e58..876f05fb188f35 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -6,6 +6,6 @@
1
- 6.0.0-beta.22558.2
+ 6.0.0-beta.22558.7
diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh
index fdfeea66e7d43f..b09ea669f9c0aa 100755
--- a/eng/common/dotnet-install.sh
+++ b/eng/common/dotnet-install.sh
@@ -52,7 +52,7 @@ done
# Use uname to determine what the CPU is, see https://en.wikipedia.org/wiki/Uname#Examples
cpuname=$(uname -m)
case $cpuname in
- aarch64)
+ arm64|aarch64)
buildarch=arm64
;;
amd64|x86_64)
@@ -61,7 +61,7 @@ case $cpuname in
armv*l)
buildarch=arm
;;
- i686)
+ i[3-6]86)
buildarch=x86
;;
*)
diff --git a/global.json b/global.json
index d07019819f65df..051f92ce5da5de 100644
--- a/global.json
+++ b/global.json
@@ -3,8 +3,8 @@
"dotnet": "6.0.111"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22558.2",
- "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22558.2",
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.22558.7",
+ "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.22558.7",
"Microsoft.Build.Traversal": "2.0.2"
}
}