diff options
| author | 2023-08-01 14:47:53 +0200 | |
|---|---|---|
| committer | 2023-08-01 14:47:53 +0200 | |
| commit | 9bd03e122e9c0e9c4dc3c4683b834c4a3bd673ea (patch) | |
| tree | a9c989bdfdf1c71d74c054c5d066f654e847bec9 /.goreleaser.yml | |
| parent | Revert "[feature] Configurable timezone in containers (#2046)" (#2048) (diff) | |
| download | gotosocial-9bd03e122e9c0e9c4dc3c4683b834c4a3bd673ea.tar.xz | |
[feature] Set timezone in Docker using TZ env variable (#2050)
Diffstat (limited to '.goreleaser.yml')
| -rw-r--r-- | .goreleaser.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index e0ad1e5b1..743918c2c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -24,6 +24,8 @@ builds: - netgo - osusergo - static_build + - kvformat + - timetzdata env: - CGO_ENABLED=0 goos: |
