Skip to content

Commit

Permalink
Add binary folders structure definition for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Francomano committed Oct 18, 2024
1 parent 2724fd8 commit 10159dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ before:

builds:
- main: ./cmd/main.go
binary: >-
{{ .Os }}/
{{- .Arch }}/
{{- with .Arm }}v{{ . }}/{{ end }}
{{- .ProjectName }}
no_unique_dist_dir: true
env:
- CGO_ENABLED=0
Expand Down

0 comments on commit 10159dd

Please sign in to comment.