Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
alessio-perugini committed May 12, 2020
1 parent 4806635 commit e0494e3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ before:
builds:
- main: ./cmd/main.go
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- arm
- ppc64le
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}}

Expand Down

0 comments on commit e0494e3

Please sign in to comment.