go get -u and fix i386 / mips builds

This commit is contained in:
nikk gitanes
2022-01-12 00:01:11 +03:00
parent 3414f72cdc
commit fa5f0943cd
3 changed files with 45 additions and 39 deletions

View File

@@ -58,7 +58,7 @@ cd "${ROOT}/server" || exit 1
$GOBIN clean -i -r -cache #--modcache
$GOBIN mod tidy
BUILD_FLAGS="-ldflags=${LDFLAGS}"
BUILD_FLAGS="-ldflags=${LDFLAGS} -tags=nosqlite"
#####################################
### X86 build section