mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 10:05:59 +08:00
fix(query-service): 🚀 embed copy of timezone data (#1462)
Signed-off-by: Prashant Shahi <prashant@signoz.io>
This commit is contained in:
parent
7881aee350
commit
68194d7e07
@ -20,7 +20,7 @@ RUN go mod download -x
|
|||||||
|
|
||||||
# Add the sources and proceed with build
|
# Add the sources and proceed with build
|
||||||
ADD . .
|
ADD . .
|
||||||
RUN go build -a -ldflags "-linkmode external -extldflags '-static' -s -w $LD_FLAGS" -o ./bin/query-service ./main.go
|
RUN go build -tags timetzdata -a -ldflags "-linkmode external -extldflags '-static' -s -w $LD_FLAGS" -o ./bin/query-service ./main.go
|
||||||
RUN chmod +x ./bin/query-service
|
RUN chmod +x ./bin/query-service
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user