I use a Linux VM as my dev environment on my MacBook that has M1 chip (arm64 arch), and the pre-built clang-format binary which is used by make clang-format doesn't run on the VM.
./tools/clang-format.sh: line 82: /home/mkitajo/src/trafficserver/.git/fmt/20200514/clang-format/clang-format.linux: cannot execute binary file: Exec format error
The pre-built binary for macOS runs without issues on the MacBook.