1
0
mirror of https://github.com/danog/gojekyll.git synced 2025-01-23 02:11:17 +01:00
gojekyll/.goreleaser-darwin.yml

17 lines
290 B
YAML
Raw Normal View History

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