From fc466fe5e68e36bf49790597dc9595562e744bb7 Mon Sep 17 00:00:00 2001 From: Chris Sauer Date: Mon, 17 Apr 2023 12:26:59 -0700 Subject: [PATCH] Add ubuntu arm64 tests In response to https://github.com/nelhage/rules_boost/issues/374 (For my future reference: The list of bazel ci supported platforms is in PLATFORMS, here: https://github.com/bazelbuild/continuous-integration/blob/master/buildkite/bazelci.py) --- .bazelci/presubmit.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 61b2bfa73..e89237c26 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -12,6 +12,12 @@ tasks: - "//..." test_targets: - "//..." + ubuntu2004_arm64: + working_directory: test + build_targets: + - "//..." + test_targets: + - "//..." macos: working_directory: test build_targets: