-
Notifications
You must be signed in to change notification settings - Fork 104
ci: build-release-binaries workflow #3484
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
Conversation
- Pin ubuntu runner to 24.04 for stability - Add architecture labels to checksum file for clarity - Coordinate binary builds with main release workflow - Attach binaries to existing draft release
mkdir -p dist | ||
docker run --rm --platform linux/amd64 \ | ||
-v $(pwd):/workspace -w /workspace \ | ||
golang:1.23.4-bookworm \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope we can make this golang:1.23.4-bookworm
matching our globally set golang version..
We typically bump it in one place.
mkdir -p dist | ||
|
||
# Build for linux/amd64 | ||
echo "Building for linux/amd64..." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know for sure we don't need a build for Mac ARM? (I see this becomes very common in OSS)
FYI. pre-commit fails because CI already bumped
We will need to update our code and PR separately to get you unblocked. Then you will need to rebase. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3484 +/- ##
==========================================
- Coverage 57.44% 57.39% -0.05%
==========================================
Files 217 217
Lines 32245 32245
==========================================
- Hits 18522 18506 -16
- Misses 11815 11829 +14
- Partials 1908 1910 +2 ☔ View full report in Codecov by Sentry. |
|
Moved to #3493 |
This workflow handles the automated build and release process for Charon binaries. Key features include:
Cross-Platform Build Support:
Version Management:
Release Artifacts:
Release Process:
The workflow ensures reliable, reproducible builds while maintaining a clear and organized release process.
category: fixbuild
ticket: none