diff --git a/scripts/build.sh b/scripts/build.sh index cf127c2ae..36d68d6d5 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,7 +3,7 @@ outPath=./output rm -rf $outPath mkdir $outPath -go build ../gogs.go +go build ../gogs.go -tags "sqlite tidb miniwinsvc cert" PLATFORM=`uname | cut -d _ -f 1` if [ $PLATFORM = "MINGW32" ] || [ $PLATFORM = "MINGW64" ] || [ $PLATFORM = "CYGWIN" ]; then GOGS_EXE=gogs.exe