Use CGO enabled for darwin and windows binaries by neel-astro · Pull Request #1776 · astronomer/astro-cli
Description
Enabled CGO for Windows and Darwin CLI binaries to get past the failing build step in the release: https://app.circleci.com/pipelines/github/astronomer/astro-cli/6094/workflows/7df0c652-c8a7-43bb-ac7c-33bfdd29b22e/jobs/12683
For context, we recently upgraded the fsevents indirect dependent library for docker-compose lib, and as a result, build is failing for Darwin if we are using CGO disabled.
Describe the purpose of this pull request.
🎟 Issue(s)
Related #XXX
🧪 Functional Testing
Ran the goreleaser build locally to test the changes:

📸 Screenshots
Add screenshots to illustrate the validity of these changes.
📋 Checklist
- Rebased from the main (or release if patching) branch (before testing)
- Ran
make testbefore taking out of draft - Ran
make lintbefore taking out of draft - Added/updated applicable tests
- Tested against Astro-API (if necessary).
- Tested against Houston-API and Astronomer (if necessary).
- Communicated to/tagged owners of respective clients potentially impacted by these changes.
- Updated any related documentation