1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 05:44:38 +01:00
gojekyll/.goreleaser.yml
2017-07-09 22:40:01 -04:00

24 lines
372 B
YAML

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