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 for compatability #396

Merged
merged 1 commit into from
Jul 12, 2024
Merged

disable CGO for compatability #396

merged 1 commit into from
Jul 12, 2024

Conversation

jnewton03
Copy link
Contributor

Go binary built in GitHub Actions is not compatible with Alpine Linux. Alpine uses the musl libc instead of the glibc that most other Linux distributions use, and Go binaries are dynamically linked with the system's C library by default.

@jnewton03 jnewton03 requested a review from mcred July 11, 2024 22:35
@jnewton03 jnewton03 self-assigned this Jul 11, 2024
Copy link

@jandroav jandroav merged commit aad7aed into master Jul 12, 2024
13 checks passed
@jandroav jandroav deleted the bugfix/disable-cgo branch July 12, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants