mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-27 01:14:40 +01:00
experiment with goreleaser
This commit is contained in:
parent
7bbc4bb0b0
commit
cb1f7900c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ _site
|
||||
/gojekyll
|
||||
*.prof
|
||||
coverage.out
|
||||
/dist
|
||||
|
23
.goreleaser.yml
Normal file
23
.goreleaser.yml
Normal file
@ -0,0 +1,23 @@
|
||||
builds:
|
||||
- binary: gojekyll
|
||||
main: ./cmd/gojekyll
|
||||
ldflags: -s -w -X github.com/osteele/gojekyll.Version={{.Version}}
|
||||
goos:
|
||||
- darwin
|
||||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
- 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