Skip to content

Commit d65def9

Browse files
authored
Reland "Upload windows arm artifacts to production bucket." (flutter#41409)
Reverts flutter/engine#41372 The duplicated artifacts were removed from Windows Host Engine in https://flutter-review.googlesource.com/c/recipes/+/42340. After the recipes change lands and is propagated it will be safe to update the `Windows windows_arm_host_engine` build to upload the artifacts to prod. Bug: flutter#125262
1 parent 85e55dc commit d65def9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

ci/builders/windows_arm_host_engine.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"out/host_debug_arm64/zip_archives/windows-arm64-debug/windows-arm64-flutter.zip",
1414
"out/host_debug_arm64/zip_archives/windows-arm64/flutter-cpp-client-wrapper.zip"
1515
],
16-
"name": "host_debug_arm64"
16+
"name": "host_debug_arm64",
17+
"realm": "production"
1718
}
1819
],
1920
"drone_dimensions": [
@@ -52,7 +53,8 @@
5253
"include_paths": [
5354
"out/host_profile_arm64/zip_archives/windows-arm64-profile/windows-arm64-flutter.zip"
5455
],
55-
"name": "host_profile_arm64"
56+
"name": "host_profile_arm64",
57+
"realm": "production"
5658
}
5759
],
5860
"drone_dimensions": [
@@ -88,7 +90,8 @@
8890
"include_paths": [
8991
"out/host_release_arm64/zip_archives/windows-arm64-release/windows-arm64-flutter.zip"
9092
],
91-
"name": "host_profile_arm64"
93+
"name": "host_profile_arm64",
94+
"realm": "production"
9295
}
9396
],
9497
"drone_dimensions": [

0 commit comments

Comments
 (0)