diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 0dbb3a73b..918a639ca 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -197,19 +197,19 @@
-
+
https://github.com/dotnet/arcade
- 549523c3fc8929da1a3073d1a97f298e0d1dc342
+ d2715c6ef2c3e2847925250f0a8012344fbb9846
-
+
https://github.com/dotnet/arcade
- 549523c3fc8929da1a3073d1a97f298e0d1dc342
+ d2715c6ef2c3e2847925250f0a8012344fbb9846
-
+
https://github.com/dotnet/arcade
- 549523c3fc8929da1a3073d1a97f298e0d1dc342
+ d2715c6ef2c3e2847925250f0a8012344fbb9846
https://github.com/dotnet/source-build-reference-packages
@@ -221,9 +221,9 @@
00accce73f32b91a59d3be28c1f6993c3cd4df3e
-
+
https://github.com/dotnet/xliff-tasks
- 701e3e746609e6592da9143f9a4782c41e828ec0
+ c52e008e5cfd83344739acb2f6d5ef4586f4b426
diff --git a/eng/Versions.props b/eng/Versions.props
index e9b5d6d03..1c3e4d126 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -26,7 +26,7 @@
- 7.0.0-beta.22206.10
+ 7.0.0-beta.22211.6
diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh
index 5c94e9863..abd045a32 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
;;
loongarch64)
@@ -64,7 +64,7 @@ case $cpuname in
armv*l)
buildarch=arm
;;
- i686)
+ i[3-6]86)
buildarch=x86
;;
*)
diff --git a/global.json b/global.json
index 5e6f88b13..12435019d 100644
--- a/global.json
+++ b/global.json
@@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22206.10",
- "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22206.10"
+ "Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22211.6",
+ "Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.22211.6"
}
}