Skip to content

Commit

Permalink
Introduce binaries for multiple platforms with goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bradford-hamilton committed Nov 13, 2019
1 parent d2cbe73 commit 51261b9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@

# Dependency directories (remove the comment below to include it)
# vendor/

dist/
22 changes: 22 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
builds:
- binary: monkey
env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '(?i)\breadme\b'
- '(?i)\bsmall\b'

0 comments on commit 51261b9

Please sign in to comment.