Codebase list subfinder / 86c0d977-696a-43cb-bf23-431c6ccf8ac1/upstream .goreleaser.yml
86c0d977-696a-43cb-bf23-431c6ccf8ac1/upstream

Tree @86c0d977-696a-43cb-bf23-431c6ccf8ac1/upstream (Download .tar.gz)

.goreleaser.yml @86c0d977-696a-43cb-bf23-431c6ccf8ac1/upstreamraw · history · blame

builds:
    - binary: subfinder
      main: v2/cmd/subfinder/main.go
      goos:
        - linux
        - windows
        - darwin
      goarch:
        - amd64
        - 386
        - arm
        - arm64
  
archives:
    - id: tgz
      format: tar.gz
      replacements:
          darwin: macOS
      format_overrides:
          - goos: windows
            format: zip