Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 32a8f98

Browse files
authored
Upload windows arm artifacts to production bucket. (#41324)
This will start uploading the arm artifacts to the production bucket without the experimental namespace. [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
1 parent a8c516d commit 32a8f98

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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)