Skip to content

Commit

Permalink
Windows: add timezone data
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 24, 2024
1 parent d6cd6a1 commit e7571db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ builds:
- goos: windows
goarch: arm64
overrides:
- goos: windows
goarch: amd64
flags:
- -trimpath
- -tags=release,timetzdata
- goos: darwin
goarch: arm64
ldflags:
Expand Down
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ builds:
- goos: windows
goarch: arm64
overrides:
- goos: windows
goarch: amd64
flags:
- -trimpath
- -tags=release,timetzdata
- goos: darwin
goarch: arm64
ldflags:
Expand Down

0 comments on commit e7571db

Please sign in to comment.