Add platform definitions for Ubuntu 22.04 and 24.04 for Arm64 (#2410)
As per
https://github.com/bazelbuild/bazel-central-registry/pull/6645#issuecomment-3580746528.
I used `python3` as the Python version for consistency with the x86-64
entries. The 20.04-arm64 entry says `python3.8`.
diff --git a/buildkite/bazelci.py b/buildkite/bazelci.py
index c78f186..1c83954 100755
--- a/buildkite/bazelci.py
+++ b/buildkite/bazelci.py
@@ -352,6 +352,22 @@
"python": "python3.8",
"queue": "arm64",
},
+ "ubuntu2204_arm64": {
+ "name": "Ubuntu 22.04 LTS ARM64",
+ "emoji-name": ":ubuntu: Ubuntu 22.04 LTS ARM64",
+ "publish_binary": [],
+ "docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2204",
+ "python": "python3",
+ "queue": "arm64",
+ },
+ "ubuntu2404_arm64": {
+ "name": "Ubuntu 24.04 LTS ARM64",
+ "emoji-name": ":ubuntu: Ubuntu 24.04 LTS ARM64",
+ "publish_binary": [],
+ "docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2404",
+ "python": "python3",
+ "queue": "arm64",
+ },
"kythe_ubuntu2004": {
"name": "Kythe (Ubuntu 20.04 LTS)",
"emoji-name": "Kythe (:ubuntu: Ubuntu 20.04 LTS)",