alibaba / git-repo-go

git-repo is a command-line tool for centralized workflow, can work with Gerrit, AGit-Flow compatible servers. It is written in Golang, and it can be installed easily without further dependency. It provides an easy-to-use solution for multiple repositories which is introduced by Android repo first, and it can also work with a single repository.
https://git-repo.info/
Apache License 2.0
262 stars 60 forks source link

arm64: native Apple Silicon (M1) support to Mac builds #36

Closed 0xd219b closed 2 years ago

0xd219b commented 2 years ago

Add the option to build arm64 in Makefile. Support the option of arm64 arch in the program self-upgrade.

Signed-off-by: bojun.cbj bojun.cbj@alibaba-inc.com

jiangxin commented 2 years ago

Thank you for providing build for macOS on M1 chips. Will merge.