Codebase list subfinder / 34a3b998-c239-47f5-b49a-848824c9810a/upstream .goreleaser.yml
34a3b998-c239-47f5-b49a-848824c9810a/upstream

Tree @34a3b998-c239-47f5-b49a-848824c9810a/upstream (Download .tar.gz)

.goreleaser.yml @34a3b998-c239-47f5-b49a-848824c9810a/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