Skip to content

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paultyng authored Aug 10, 2020
1 parent 4b90eae commit 6d8bd67
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,12 @@ builds:
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}'
archives:
- format: zip
Expand All @@ -43,4 +37,4 @@ checksum:
release:
draft: true
changelog:
skip: true
skip: true

0 comments on commit 6d8bd67

Please # to comment.