build: release loong64#1787
Merged
Merged
Conversation
Contributor
Author
|
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
Contributor
There was a problem hiding this comment.
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:
|
This was referenced Aug 7, 2025
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will enable loong64 build.
Build has passed in my fork's workflow: https://github.com/amazingfate/oras/actions/runs/16433397476/job/46438831437