diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index e2cd3a2d67d962..78cb0d72693f93 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -76,7 +76,7 @@ stages: - tvOS_x64 - tvOS_arm64 - iOS_x64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_arm64 - OSX_x64 - Linux_x64 @@ -129,7 +129,7 @@ stages: - tvOS_x64 - tvOS_arm64 - iOS_x64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_arm64 jobParameters: isOfficialBuild: ${{ variables.isOfficialBuild }} @@ -188,7 +188,7 @@ stages: platforms: - tvOS_x64 - tvOS_arm64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_arm64 - iOS_x64 - Android_arm diff --git a/eng/pipelines/runtime.yml b/eng/pipelines/runtime.yml index 9a7b6d8ef5ea41..bde685a5a716d3 100644 --- a/eng/pipelines/runtime.yml +++ b/eng/pipelines/runtime.yml @@ -395,7 +395,7 @@ jobs: - Android_x64 - Android_arm - tvOS_arm64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_x64 jobParameters: liveRuntimeBuildConfig: release @@ -506,7 +506,7 @@ jobs: - Android_x64 - Android_arm - tvOS_arm64 - # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 + - iOS_arm - iOS_x64 jobParameters: liveRuntimeBuildConfig: release