Skip to content

Commit

Permalink
Update Go Relaeser config
Browse files Browse the repository at this point in the history
  • Loading branch information
debovema authored and Frank Martinez committed Apr 22, 2020
1 parent 7ce8e90 commit dca1631
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ builds:
- GO111MODULE=on
main: ./cmd/flogo/
binary: flogo

archive:
format: binary
replacements:
darwin: osx
linux: linux
windows: win
amd64: x86_64
archives:
- format: binary
replacements:
darwin: osx
linux: linux
windows: win
amd64: x86_64
checksum:
name_template: 'checksums.txt'
changelog:
Expand Down

0 comments on commit dca1631

Please sign in to comment.