What problem does this solve?
reposcan currently only ships binaries for Linux (linux/amd64) and macOS (darwin/amd64, darwin/arm64). Windows users have no pre-built binary and no documented path to run the tool, which excludes a large portion of potential users.
Proposed solution
- Add windows/amd64 as a release target in the GitHub Actions pipeline
- Produce a
.exe artifact on each release
- Resolve any CGO/clipboard library compatibility issues for Windows (or gate clipboard support behind a build tag)
What problem does this solve?
reposcan currently only ships binaries for Linux (linux/amd64) and macOS (darwin/amd64, darwin/arm64). Windows users have no pre-built binary and no documented path to run the tool, which excludes a large portion of potential users.
Proposed solution
.exeartifact on each release