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

build statically linked binaries with CGO disabled #657

Merged
merged 1 commit into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. build statically linked binaries with CGO disabled

    In #632 we switched the
    build from running on MacOS to Ubuntu.  On MacOS CGO is disabled by
    default, and switching to Ubuntu means this is turned on.  We however
    want to build statically linked binaries since they are easier to deal
    with.  Set that up in the goreleaser.yml directly.
    tgummerer committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4d1b72d View commit details
    Browse the repository at this point in the history