Skip to content

Commit

Permalink
Add windows_arm64 platform
Browse files Browse the repository at this point in the history
Currently we are only using x64 machines to do cross-compile.
This is to support bazelbuild/bazel#14340
  • Loading branch information
meteorcloudy authored Feb 2, 2022
1 parent 3755ea0 commit e1524df
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)",
Expand Down

0 comments on commit e1524df

Please sign in to comment.