Skip to content

Commit

Permalink
Add .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
petergtz committed Feb 1, 2019
1 parent 6ecf83b commit 5d0e5bd
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ debug.test
*.coverprofile
.idea
*.iml
dist
pegomock/pegomock
26 changes: 26 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
- main: ./pegomock/main.go
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64

archive:
replacements:
# darwin: Darwin
# linux: Linux
# windows: Windows
amd64: x86_64
files:
- none*
format: binary
checksum:
name_template: 'checksums.txt'
changelog:
skip: true

0 comments on commit 5d0e5bd

Please sign in to comment.