Add `windows_arm64` platform (#1320)
Currently we are only using x64 machines to do cross-compile.
This is to support https://github.com/bazelbuild/bazel/pull/14340
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index d2f1f94..c6feeaf 100755
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -558,6 +558,16 @@
"queue": "windows",
"python": "python.exe",
},
+ "windows_arm64": {
+ "name": "Windows ARM64 (OpenJDK 11, VS2017)",
+ "emoji-name": ":windows: arm64 (OpenJDK 11, VS2017)",
+ "downstream-root": "c:/b/${BUILDKITE_AGENT_NAME}/${BUILDKITE_ORGANIZATION_SLUG}-downstream-projects",
+ "publish_binary": ["windows_arm64"],
+ # TODO(pcloudy): Switch to windows_arm64 queue when Windows ARM64 machines are available,
+ # current we just use x86_64 machines to do cross compile.
+ "queue": "windows",
+ "python": "python.exe",
+ },
"rbe_ubuntu1604": {
"name": "RBE (Ubuntu 16.04, OpenJDK 8)",
"emoji-name": "RBE (:ubuntu: 16.04, OpenJDK 8)",