Index page and post pages ready
This commit is contained in:
41
vendor/github.com/a-h/gemini/.goreleaser.yml
generated
vendored
Normal file
41
vendor/github.com/a-h/gemini/.goreleaser.yml
generated
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# See documentation at http://goreleaser.com
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
dir: cmd
|
||||
goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
goarch:
|
||||
- 386
|
||||
- arm
|
||||
- arm64
|
||||
- amd64
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
signs:
|
||||
- artifacts: checksum
|
||||
dockers:
|
||||
- image_templates:
|
||||
- adrianhesketh/gemini
|
||||
extra_files:
|
||||
- serve-gemini.sh
|
||||
archives:
|
||||
- replacements:
|
||||
darwin: Darwin
|
||||
linux: Linux
|
||||
windows: Windows
|
||||
386: i386
|
||||
amd64: x86_64
|
||||
checksum:
|
||||
name_template: 'checksums.txt'
|
||||
snapshot:
|
||||
name_template: "{{ .Tag }}-next"
|
||||
changelog:
|
||||
sort: asc
|
||||
filters:
|
||||
exclude:
|
||||
- '^docs:'
|
||||
- '^test:'
|
||||
Reference in New Issue
Block a user