Add native support for Apple Silicon

This commit is contained in:
Andy Wang 2021-03-25 20:09:30 +00:00
parent ae14e28999
commit 88f41f755e
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [ -z "$v" ]; then
fi fi
output="{{.Dir}}-{{.OS}}-{{.Arch}}-$v" output="{{.Dir}}-{{.OS}}-{{.Arch}}-$v"
osarch="!darwin/arm !darwin/arm64 !darwin/386" osarch="!darwin/arm !darwin/386"
echo "Compiling:" echo "Compiling:"