Files
steampipe/.acceptance.goreleaser.yml
2025-04-14 14:06:31 +05:30

28 lines
473 B
YAML

before:
hooks:
- go mod tidy
- go clean -testcache && go test -timeout 30s ./...
builds:
- env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- darwin
goarch:
- amd64
- arm64
id: "steampipe"
binary: "steampipe"
archives:
- files:
- none*
format: zip
id: homebrew
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
format_overrides:
- goos: linux
format: tar.gz