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:
parent
e683442cef
commit
1d4c637965
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user