Adjust goreleaser file to align with upstream and update docs about go1.16 upgrade
This commit is contained in:
parent
f854587116
commit
4f96ba4bad
@ -49,6 +49,9 @@ builds:
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: '386'
|
||||
- goos: linux
|
||||
goarch: amd64
|
||||
|
||||
binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
|
||||
archives:
|
||||
- format: zip
|
||||
|
Loading…
Reference in New Issue
Block a user