Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable CGO since it isn't used. #117

Merged
merged 1 commit into from
May 31, 2024

Commits on Apr 4, 2024

  1. Disable CGO since it isn't used.

    This change will make the binaries work on any distro, as long as it's linux and the amd64/arm64 architecture matches, removing the need to have a separate binary for each distribution and distro version (no more libc requirement). Disabling CGO does not have an effect on this application functionality. It does however mean that a single amd64-compiled binary will work on every amd64 linux distribution and version.
    robertglonek authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d855da7 View commit details
    Browse the repository at this point in the history