uniform release format

This commit is contained in:
sandeep 2021-08-08 01:56:41 +05:30
parent a6579052c1
commit 0e14975e3d

View File

@ -1,21 +1,33 @@
before:
hooks:
- go mod tidy
builds: builds:
- binary: httpx - env:
main: cmd/httpx/httpx.go - CGO_ENABLED=0
goos: goos:
- linux - windows
- windows - linux
- darwin - darwin
goarch: goarch:
- amd64 - amd64
- 386 - 386
- arm - arm
- arm64 - arm64
ignore:
- goos: darwin
goarch: '386'
- goos: windows
goarch: 'arm'
binary: '{{ .ProjectName }}'
main: cmd/httpx/main.go
archives: archives:
- id: tgz - format: zip
format: tar.gz replacements:
replacements: darwin: macOS
darwin: macOS
format_overrides: checksum:
- goos: windows algorithm: sha256
format: zip