Codebase list subfinder / 1c35d0d9-4873-4cbc-9526-7c297469ae30/upstream .goreleaser.yml
1c35d0d9-4873-4cbc-9526-7c297469ae30/upstream

Tree @1c35d0d9-4873-4cbc-9526-7c297469ae30/upstream (Download .tar.gz)

.goreleaser.yml @1c35d0d9-4873-4cbc-9526-7c297469ae30/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