Skip to content

Commit

Permalink
Add ubuntu arm64 tests
Browse files Browse the repository at this point in the history
In response to #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)
  • Loading branch information
cpsauer committed Apr 17, 2023
1 parent a8f658f commit fc466fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ tasks:
- "//..."
test_targets:
- "//..."
ubuntu2004_arm64:
working_directory: test
build_targets:
- "//..."
test_targets:
- "//..."
macos:
working_directory: test
build_targets:
Expand Down

0 comments on commit fc466fe

Please sign in to comment.