telecrawl/.goreleaser.yaml
2026-05-08 17:13:41 +01:00

37 lines
667 B
YAML

version: 2
project_name: telecrawl
changelog:
disable: true
builds:
- id: telecrawl
main: ./cmd/telecrawl
binary: telecrawl
env:
- CGO_ENABLED=0
ldflags:
- -s -w -X github.com/openclaw/telecrawl/internal/cli.version={{ .Version }}
targets:
- darwin_amd64
- darwin_arm64
- linux_amd64
- linux_arm64
- windows_amd64
- windows_arm64
archives:
- ids:
- telecrawl
formats:
- tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: windows
formats:
- zip
checksum:
name_template: checksums.txt