Skip to content

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
umatare5 committed Jan 25, 2022
1 parent 01ca260 commit 236c8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ builds:
env:
- CGO_ENABLED=0
asmflags:
- all=-trimpath=/Users/umatare5/go
- all=-trimpath=.
gcflags:
- all=-trimpath=/Users/umatare5/go
- all=-trimpath=.

archives:
- name_template: '{{ .ProjectName }}-v{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
Expand Down

0 comments on commit 236c8fe

Please sign in to comment.