1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 01:14:40 +01:00

experiment with goreleaser

This commit is contained in:
Oliver Steele 2017-07-09 22:12:28 -04:00
parent 7bbc4bb0b0
commit cb1f7900c6
2 changed files with 24 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ _site
/gojekyll
*.prof
coverage.out
/dist

23
.goreleaser.yml Normal file
View File

@ -0,0 +1,23 @@
builds:
- binary: gojekyll
main: ./cmd/gojekyll
ldflags: -s -w -X github.com/osteele/gojekyll.Version={{.Version}}
goos:
- darwin
- linux
goarch:
- amd64
- 386
ignore:
- goos: darwin
goarch: 386
archive:
replacements:
amd64: 64bit
386: 32bit
darwin: macOS
linux: Linux
release:
draft: true