Requests that Gitleaks generate the executable on GitHub releases as part of the GitHub Actions release workflow, alongside the Docker container build process, to ensure broader compatibility.
**Describe the solution you'd like** Generate the executable on GitHub releases as part of the release workflow in GitHub Actions, alongside the Docker container build process. I'd be happy to contribute a PR to do this, if that's a PR you'd accept. **Additional context** I have a very old 64-bit x86 CPU (manufactured in the Windows Vista-era) and gitleaks crashes on this machine when I try to run the executable from the latest release page. Here's the first part of the crash output: ``` SIGILL: illegal instruction PC=0x7f61be4f8a08 m=4 sigcode=2 instruction bytes: 0xf3 0x44 0xf 0xb8 0xc2 0x41 0x83 0xf8 0x1 0x41 0xf 0x97 0xc0 0x4d 0xf 0xb6 ``` However I extracted the executable from the official Docker image, and it runs just fine without any crash. I also happened to notice a lot of file paths like this in the crash output: * `/opt/homebrew/Cellar/go/1.24.1/libexec/src/runtime/proc.go` * `/Users/zrice/code/gitleaks-org/gitleaks/main.go` So it seems like the executable on the