mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-26 22:24:39 +01:00
22 lines
375 B
YAML
22 lines
375 B
YAML
build:
|
|
main: main.go
|
|
binary: gojekyll
|
|
ldflags: -s -w -X gojekyll.commands.Version={{.Version}} -X gojekyll.commands.BuildDate={{.Date}}
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- 386
|
|
# ignore:
|
|
# - goos: darwin
|
|
# goarch: 386
|
|
archive:
|
|
replacements:
|
|
amd64: 64bit
|
|
386: 32bit
|
|
darwin: macOS
|
|
linux: Linux
|
|
release:
|
|
draft: true
|