Skip to content

Commit

Permalink
Update gorelease config
Browse files Browse the repository at this point in the history
  • Loading branch information
jckuester committed Jun 1, 2020
1 parent 72df6c9 commit 963a18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
builds:
- binary: terradozer
goos:
- goos:
- darwin
- windows
- linux
- freebsd
- arm64
- arm
goarch:
- amd64
- 386
goarm:
- 6
- 7
env:
- CGO_ENABLED=0
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
Expand All @@ -23,7 +14,3 @@ archives:
format_overrides:
- goos: windows
format: zip
name_template: '{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
files:
- LICENSE.md
- README.md
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ after_success:
deploy:
- provider: script
skip_cleanup: true
script: ./goreleaser
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
notifications:
Expand Down

0 comments on commit 963a18d

Please sign in to comment.