diff --git a/src/installer/pkg/sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj b/src/installer/pkg/sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj
index 307a2fdca47012..c69491f5044a0b 100644
--- a/src/installer/pkg/sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj
+++ b/src/installer/pkg/sfx/bundle/Microsoft.NETCore.App.Bundle.bundleproj
@@ -13,7 +13,7 @@
dotnet-runtime
win-x86;win-x64;win-arm64;osx-x64;osx-arm64
Runtime
- $(MSBuildProjectDirectory)/shared-framework-distribution-template.xml
+ $(MSBuildProjectDirectory)/shared-framework-distribution-template-$(TargetArchitecture).xml
com.microsoft.dotnet.Microsoft.NETCore.App.$(ProductVersion).osx.$(TargetArchitecture)
osx_resources
diff --git a/src/installer/pkg/sfx/bundle/shared-framework-distribution-template-arm64.xml b/src/installer/pkg/sfx/bundle/shared-framework-distribution-template-arm64.xml
new file mode 100644
index 00000000000000..39dd1f17e0e0ec
--- /dev/null
+++ b/src/installer/pkg/sfx/bundle/shared-framework-distribution-template-arm64.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/installer/pkg/sfx/bundle/shared-framework-distribution-template.xml b/src/installer/pkg/sfx/bundle/shared-framework-distribution-template-x64.xml
similarity index 100%
rename from src/installer/pkg/sfx/bundle/shared-framework-distribution-template.xml
rename to src/installer/pkg/sfx/bundle/shared-framework-distribution-template-x64.xml