Stop compiling for darwin/386

This commit is contained in:
Andy Wang 2020-05-27 14:40:43 +01:00
parent 501f7dda97
commit aed624a87b
1 changed files with 1 additions and 1 deletions

View File

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