mirror of
https://github.com/grafana/grafana.git
synced 2025-09-21 08:53:02 +08:00
build: adds IANA timezone info to windows build (#21001)
This commit is contained in:
@ -115,6 +115,9 @@ if [ -d '/tmp/phantomjs/windows' ]; then
|
||||
else
|
||||
echo 'PhantomJS binaries for Windows missing!'
|
||||
fi
|
||||
|
||||
cp /usr/local/go/lib/time/zoneinfo.zip tools/zoneinfo.zip
|
||||
go run build.go -goos windows -pkg-arch amd64 ${OPT} package-only
|
||||
rm tools/zoneinfo.zip
|
||||
|
||||
go run build.go latest
|
||||
|
Reference in New Issue
Block a user