Skip to content

Commit

Permalink
use commit time in mod_timestamp
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozhenko <[email protected]>
  • Loading branch information
alexbozhenko committed Dec 23, 2024
1 parent 86a6e9b commit 7751bc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ builds:
- linux
goarch:
- amd64
mod_timestamp: "{{ .CommitTimestamp }}"

dockers:
- goos: linux
Expand Down
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ builds:
goarch: arm64
- goos: freebsd
goarch: 386
mod_timestamp: "{{ .CommitTimestamp }}"

nfpms:
- file_name_template: '{{.ProjectName}}-{{.Tag}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}'
Expand Down

0 comments on commit 7751bc9

Please sign in to comment.