1
Fork 0

Update build tags for sqlite_unlock_notify (#5144)

This commit is contained in:
Mura Li 2018-10-23 19:47:59 +08:00 committed by Lunny Xiao
parent 2ce72d4e00
commit 25c49cf930
7 changed files with 24 additions and 23 deletions

View file

@ -4,7 +4,7 @@
FROM golang:1.10-alpine3.7 AS build-env
ARG GITEA_VERSION
ARG TAGS="sqlite"
ARG TAGS="sqlite sqlite_unlock_notify"
ENV TAGS "bindata $TAGS"
#Build deps