1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 23:24:39 +01:00
gojekyll/.goreleaser.yml

18 lines
299 B
YAML
Raw Normal View History

2017-07-13 01:51:00 +02:00
build:
main: main.go
2017-07-13 01:51:00 +02:00
binary: gojekyll
ldflags: -s -w -X gojekyll/cmd.Version={{.Version}} -X gojekyll/cmd.BuildDate={{.Date}}
2017-07-13 01:51:00 +02:00
goos:
- linux
goarch:
- amd64
- 386
2017-07-10 04:12:28 +02:00
archive:
replacements:
amd64: 64bit
386: 32bit
darwin: macOS
linux: Linux
release:
draft: true