Skip to content

Commit

Permalink
build: Update goreleaser settings
Browse files Browse the repository at this point in the history
  • Loading branch information
John Gosset committed Jan 14, 2024
1 parent 113eacb commit d50ea25
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ builds:
- -s -w -X main.Version={{ .Version }}
env:
- CGO_ENABLED=0
# targets:
# - go_first_class
goos:
- linux
- darwin
goamd64:
- v1
- v3
targets:
- go_first_class
hooks:
post:
- upx "{{ .Path }}"
Expand Down

0 comments on commit d50ea25

Please sign in to comment.