add m1 try bots

Any Mac builder should be able to compile ARM64 builds when using target_cpu=arm64

Bug: chromium:1238267
Change-Id: I72dac3b6f170f09d5c158ec11650e0cff7b9e638
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249790
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Christoffer Jansson <jansson@google.com>
Cr-Commit-Position: refs/heads/main@{#35838}
This commit is contained in:
Christoffer Jansson 2022-01-28 16:37:20 +01:00 committed by WebRTC LUCI CQ
parent 1bea008f9f
commit a4290a7909

View File

@ -155,6 +155,8 @@
'mac_dbg': 'debug_bot_x64',
'mac_rel': 'release_bot_x64',
'mac_asan': 'mac_asan_clang_release_bot_x64',
'mac_rel_m1': 'release_bot_arm64',
'mac_dbg_m1': 'debug_bot_arm64',
# Linux
'linux_compile_dbg': 'debug_bot_x64',