1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 10:34:39 +01:00
gojekyll/.goreleaser-darwin.yml
2017-07-18 09:46:36 -04:00

17 lines
300 B
YAML

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