Skip to content

Commit

Permalink
Add native support for Apple Silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeuw committed Mar 25, 2021
1 parent ae14e28 commit 88f41f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -z "$v" ]; then
fi

output="{{.Dir}}-{{.OS}}-{{.Arch}}-$v"
osarch="!darwin/arm !darwin/arm64 !darwin/386"
osarch="!darwin/arm !darwin/386"

echo "Compiling:"

Expand Down

0 comments on commit 88f41f7

Please sign in to comment.