1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-30 06:59:04 +01:00

goreleaser: add a main; ignore the ignore

This commit is contained in:
Oliver Steele 2017-07-12 20:46:02 -04:00
parent e683442cef
commit 1d4c637965

View File

@ -1,4 +1,5 @@
build:
main: main.go
binary: gojekyll
ldflags: -s -w -X gojekyll.commands.Version={{.Version}} -X gojekyll.commands.BuildDate={{.Date}}
goos:
@ -7,16 +8,14 @@ build:
goarch:
- amd64
- 386
ignore:
- goos: darwin
goarch: 386
# ignore:
# - goos: darwin
# goarch: 386
archive:
replacements:
amd64: 64bit
386: 32bit
darwin: macOS
linux: Linux
release:
draft: true