CI: add loong64 build workflow#2469
Merged
Merged
Conversation
Add reusable workflow for building fastfetch on LoongArch 64-bit architecture using QEMU user-mode emulation + Docker container (lcr.loongnix.cn/debian:14). Integrate into CI pipeline and release dependencies.
Contributor
Up to standards ✅🟢 Issues
|
Pin to 06116385d9baf250c9f4dcb4858b16962ea869c3 (v4.1.0) for immutable action reference as required by Codacy.
Contributor
Author
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.



Add reusable workflow for building fastfetch on LoongArch 64-bit architecture using QEMU user-mode emulation + Docker container (lcr.loongnix.cn/debian:14). Integrate into CI pipeline and release dependencies.
Summary
Add CI build support for the LoongArch 64-bit (loong64) architecture using QEMU user-mode emulation
with
docker/setup-qemu-action@v4and a Debian 14 container fromlcr.loongnix.cn.Related issue (required for new logos for new distros)
Closes #2468
Changes
.github/workflows/build-linux-loong64.yml— reusable workflow that builds fastfetch on loong64via QEMU emulation + Docker container (
lcr.loongnix.cn/debian:14).github/workflows/ci.yml:linux-loong64job withLinux-loong64display namelinux-loong64to release job dependenciesImplementation details
ubuntu-24.04docker/setup-qemu-action@v4(tonistiigi/binfmt — includes loongarch64)lcr.loongnix.cn/debian:14(Loongson official registry)linux/loong64fastfetch-linux-loong64uraimo/run-on-arch-actionandmultiarch/qemu-user-staticwere considered but rejected: the formerdoes not support
loongarch64, and the latter lacks loongarch64 binfmt registration.Screenshots
Checklist