Update .goreleaser.yaml

This commit is contained in:
Dave Gallant
2024-07-21 15:21:43 -04:00
parent 86a0869bb5
commit c1548a3378

View File

@@ -10,15 +10,18 @@ before:
builds: builds:
- env: - env:
- CGO_ENABLED=0 - CGO_ENABLED=0
ldflags:
- -s -w
goos: goos:
- darwin
- linux - linux
- darwin
goarch: goarch:
- amd64 - amd64
- arm - arm
- arm64 - arm64
goarm:
- "7"
ldflags:
- -s -w
mod_timestamp: "{{ .CommitTimestamp }}"
checksum: checksum:
name_template: "checksums.txt" name_template: "checksums.txt"
snapshot: snapshot: