Skip to content

Commit

Permalink
ci: adjust goreleaser mainfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Nguyen committed Jun 28, 2022
1 parent 03771f1 commit df57c36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ out/
.idea/
# Mac
.DS_Store
dist/
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ builds:
- arm64
# ensures mod timestamp to be the commit timestamp
mod_timestamp: '{{ .CommitTimestamp }}'
main: ./cmd/kelon
flags:
# trims path
- -trimpath
Expand Down

0 comments on commit df57c36

Please sign in to comment.