github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/.acceptance.goreleaser.yml (about)

     1  before:
     2    hooks:
     3      - go mod tidy
     4      - go clean -testcache && go test -timeout 30s ./...
     5  builds:
     6    - env:
     7        - CGO_ENABLED=0
     8        - GO111MODULE=on
     9      goos:
    10        - linux
    11        - darwin
    12      goarch:
    13        - amd64
    14  
    15      id: "steampipe"
    16      binary: "steampipe"
    17  
    18  archives:
    19    - files:
    20        - none*
    21      format: zip
    22      id: homebrew
    23      name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
    24      format_overrides:
    25        - goos: linux
    26          format: tar.gz