mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 09:58:53 -05:00
28 lines
473 B
YAML
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
|