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

@ -31,7 +31,7 @@ fi
case "$OS" in
osx)
TARGET=x86_64-apple-darwin
TARGET=$(uname -m)-apple-darwin
;;
linux)
TARGET=x86_64-unknown-linux-gnu