From 8b1f7be87b33d291bc6877cf653e998d657df478 Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Mon, 17 Apr 2023 20:46:30 +0200 Subject: [PATCH] Add macOS arm64 build Signed-off-by: Vertexwahn --- .bazelci/presubmit.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 61b2bfa73..5f1ce6c5d 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -18,6 +18,12 @@ tasks: - "//..." test_targets: - "//..." + macos_arm64: + working_directory: test + build_targets: + - "//..." + test_targets: + - "//..." windows: working_directory: test environment: