Skip to content

Commit e3c3c35

Browse files
authored
Add platform definitions for Ubuntu 22.04 and 24.04 for Arm64 (#2410)
As per bazelbuild/bazel-central-registry#6645 (comment). I used `python3` as the Python version for consistency with the x86-64 entries. The 20.04-arm64 entry says `python3.8`.
1 parent df8cbac commit e3c3c35

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

buildkite/bazelci.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,22 @@
352352
"python": "python3.8",
353353
"queue": "arm64",
354354
},
355+
"ubuntu2204_arm64": {
356+
"name": "Ubuntu 22.04 LTS ARM64",
357+
"emoji-name": ":ubuntu: Ubuntu 22.04 LTS ARM64",
358+
"publish_binary": [],
359+
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2204",
360+
"python": "python3",
361+
"queue": "arm64",
362+
},
363+
"ubuntu2404_arm64": {
364+
"name": "Ubuntu 24.04 LTS ARM64",
365+
"emoji-name": ":ubuntu: Ubuntu 24.04 LTS ARM64",
366+
"publish_binary": [],
367+
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/ubuntu2404",
368+
"python": "python3",
369+
"queue": "arm64",
370+
},
355371
"kythe_ubuntu2004": {
356372
"name": "Kythe (Ubuntu 20.04 LTS)",
357373
"emoji-name": "Kythe (:ubuntu: Ubuntu 20.04 LTS)",

0 commit comments

Comments
 (0)