From e43c933a99d204a270e4264e46a7a2d038d3aa7a Mon Sep 17 00:00:00 2001 From: Keith Smiley Date: Wed, 25 Sep 2024 02:08:23 -0700 Subject: [PATCH] [7.4.0] Add ubuntu2004_arm64 to .bazelci/build_bazel_binaries.yml (#23746) Working towards: https://github.com/bazelbuild/continuous-integration/issues/1402 PiperOrigin-RevId: 665794401 Change-Id: Iee2445c522d5e8e4f78f90703520e4baef0d17b4 Cherry pick of eee5ab3bc1 Co-authored-by: Googler --- .bazelci/build_bazel_binaries.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.bazelci/build_bazel_binaries.yml b/.bazelci/build_bazel_binaries.yml index 49f07b2fa9d749..8ecfd610876cb2 100644 --- a/.bazelci/build_bazel_binaries.yml +++ b/.bazelci/build_bazel_binaries.yml @@ -14,6 +14,13 @@ platforms: build_flags: - "-c" - "opt" + ubuntu2004_arm64: + build_targets: + - "//src:bazel" + - "//src:bazel_nojdk" + build_flags: + - "-c" + - "opt" ubuntu2204: build_targets: - "//src:bazel"