mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
go get -u and fix i386 / mips builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user