Skip to content

Commit

Permalink
Windows: add timezone data (evcc-io#17885)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored and jonilala796 committed Jan 3, 2025
1 parent 128be59 commit bdf8a76
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 bdf8a76

Please sign in to comment.