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 when building release binary with ci #334

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Disable cgo when building release binary with ci #334

merged 1 commit into from
Mar 15, 2023

Conversation

bytedream
Copy link
Contributor

@bytedream bytedream commented Feb 24, 2023

This PR adds the CGO_ENABLED=0 env variable to the release ci which pushes a binary build when a new release is created. This allows the binary to run on non-libc systems like Alpine Linux (#318).

@bytedream bytedream changed the title Disable cgo when building release binary with ci (#318) Disable cgo when building release binary with ci Feb 24, 2023
@ngoduykhanh ngoduykhanh merged commit 7b848c8 into ngoduykhanh:master Mar 15, 2023
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