Add support for arm64-apple-darwin release/channel artifacts

This commit is contained in:
Michael Vines
2022-01-03 12:13:21 -08:00
parent bbe5b66324
commit 53777f2fbf
4 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ main() {
TARGET=x86_64-unknown-linux-gnu
;;
Darwin)
TARGET=x86_64-apple-darwin
TARGET=$(uname -m)-apple-darwin
;;
*)
err "machine architecture is currently unsupported"