1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00

Merge pull request #386 from clock21am/master

update GoReleaser config file
This commit is contained in:
Tim Voronov 2019-09-11 16:09:35 -04:00 committed by GitHub
commit 3ab0965d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,20 +16,19 @@ builds:
- arm64 - arm64
archive: archive:
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' - name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements: replacements:
darwin: darwin darwin: darwin
linux: linux linux: linux
windows: windows windows: windows
386: i386 386: i386
amd64: x86_64 amd64: x86_64
# Can be used to change the archive formats for specific GOOSs.
# Can be used to change the archive formats for specific GOOSs. # Most common use case is to archive as zip on Windows.
# Most common use case is to archive as zip on Windows. # Default is empty.
# Default is empty. format_overrides:
format_overrides: - goos: windows
- goos: windows format: zip
format: zip
checksum: checksum:
name_template: '{{ .ProjectName }}_checksums.txt' name_template: '{{ .ProjectName }}_checksums.txt'