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 authored and silversoul93 committed Oct 18, 2024
1 parent 2724fd8 commit 6830b1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mipy
# mipy 🐘
Cli helper to help in IaC provisioning through the Console pipelines

## Setup
Expand Down

0 comments on commit 6830b1c

Please sign in to comment.