Skip to content

Commit

Permalink
Enable 'publish_binary' property from Win ARM64
Browse files Browse the repository at this point in the history
This reverts commit de7459d.
  • Loading branch information
meteorcloudy committed Feb 3, 2022
1 parent 7f21ca4 commit 0ae9eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildkite/bazelci.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@
"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": [],
"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",
Expand Down

0 comments on commit 0ae9eb7

Please sign in to comment.