-
Notifications
You must be signed in to change notification settings - Fork 201
build: release loong64 #1787
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: release loong64 #1787
Conversation
Release workflow in my fork also passed: https://github.com/amazingfate/oras/actions/runs/16433503634 |
Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>
385fac0
to
172b009
Compare
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.
Pull Request Overview
This PR adds loong64 architecture support to the build system for the ORAS project. The change enables building binaries for the LoongArch 64-bit architecture, expanding platform compatibility.
Key changes:
- Added loong64 to the list of supported Linux architectures in the build configuration
- Updated Makefile targets to include loong64 build processes
- Modified GoReleaser configuration to support loong64 architecture
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
Makefile | Added loong64 target objects, build target, and build rule for Linux loong64 architecture |
.goreleaser.yml | Added loong64 to the list of supported architectures in the build configuration |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1787 +/- ##
==========================================
- Coverage 85.61% 85.54% -0.07%
==========================================
Files 137 137
Lines 6006 6006
==========================================
- Hits 5142 5138 -4
- Misses 613 617 +4
Partials 251 251 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
LGTM
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.
LGTM
This will enable loong64 build.
Build has passed in my fork's workflow: https://github.com/amazingfate/oras/actions/runs/16433397476/job/46438831437