diff options
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index a71a0899a..dde199549 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -6,6 +6,6 @@ set -eu DEBUG() { [ ! -z "${DEBUG-}" ]; } CGO_ENABLED=0 go build -trimpath \ - -tags "netgo osusergo static_build $(DEBUG && echo 'debugenv')" \ + -tags "netgo osusergo static_build kvformat $(DEBUG && echo 'debugenv')" \ -ldflags="-s -w -extldflags '-static' -X 'main.Version=${VERSION:-$(git describe --tags --abbrev=0)}'" \ ./cmd/gotosocial |