Skip to content

Commit

Permalink
Update goreleaser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
igolaizola committed Apr 23, 2023
1 parent b4e50d9 commit 0b32324
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
builds:
- binary: igogpt
- id: igogpt
binary: igogpt
main: ./cmd/igogpt
goarch:
- "386"
- amd64
- arm64
- arm
goarm:
- "6"
- "7"
archives:
- format: zip
- id: igogpt
builds:
- igogpt
format: zip
name_template: 'igogpt_{{ .Version }}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}_{{ .Arch }}'

0 comments on commit 0b32324

Please sign in to comment.