feat: improve console caching and provide build info (#3621)

* feat: improve console caching and provide build info

* Update info.go
This commit is contained in:
Livio Amstutz
2022-05-13 14:06:44 +02:00
committed by GitHub
parent 734cfdddae
commit 5571db3e1b
5 changed files with 66 additions and 4 deletions

View File

@@ -27,6 +27,8 @@ builds:
goarch:
- amd64
- arm64
ldflags:
-s -w -X github.com/zitadel/zitadel/cmd/build.version={{.Version}} -X github.com/zitadel/zitadel/cmd/build.commit={{.Commit}} -X github.com/zitadel/zitadel/cmd/build.date={{.Date}}
dist: .artifacts/goreleaser