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

23 lines
355 B
YAML

build:
binary: gojekyll
ldflags: -s -w -X gojekyll.commands.Version={{.Version}} -X gojekyll.commands.BuildDate={{.Date}}
goos:
- darwin
- linux
goarch:
- amd64
- 386
ignore:
- goos: darwin
goarch: 386
archive:
replacements:
amd64: 64bit
386: 32bit
darwin: macOS
linux: Linux
release:
draft: true