[PR #490] [CLOSED] 🔧 build: 优化 CI/CD 构建流程,增加多架构支持 #478

Closed
opened 2026-02-27 07:12:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imsyy/SPlayer/pull/490
Author: @awsl1414
Created: 10/14/2025
Status: Closed

Base: devHead: feat/ci-multi-platform


📝 Commits (1)

  • 53468b2 🔧 build: 优化 CI/CD 构建流程,增加多架构支持

📊 Changes

5 files changed (+513 additions, -631 deletions)

View changed files

📝 .github/workflows/build.yml (+68 -21)
📝 .github/workflows/release.yml (+171 -31)
📝 electron-builder.yml (+45 -17)
📝 package.json (+2 -2)
📝 pnpm-lock.yaml (+227 -560)

📄 Description

  • feat: 为 Windows 构建添加 x64 和 ARM64 分离任务
  • feat: 为 Linux 构建添加 ARM64 架构支持
  • feat: 优化构建产物命名,包含架构标识
  • chore: 更新构建相关依赖版本
  • fix: 修复 workflow 脚本 SPlayer 拼写错误
  • improve: Linux ARM64 使用 QEMU 交叉编译
  • improve: 优化工作流任务命名和注释

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imsyy/SPlayer/pull/490 **Author:** [@awsl1414](https://github.com/awsl1414) **Created:** 10/14/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `feat/ci-multi-platform` --- ### 📝 Commits (1) - [`53468b2`](https://github.com/imsyy/SPlayer/commit/53468b2e3a89923896065b61526d27622ff4017f) 🔧 build: 优化 CI/CD 构建流程,增加多架构支持 ### 📊 Changes **5 files changed** (+513 additions, -631 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+68 -21) 📝 `.github/workflows/release.yml` (+171 -31) 📝 `electron-builder.yml` (+45 -17) 📝 `package.json` (+2 -2) 📝 `pnpm-lock.yaml` (+227 -560) </details> ### 📄 Description - feat: 为 Windows 构建添加 x64 和 ARM64 分离任务 - feat: 为 Linux 构建添加 ARM64 架构支持 - feat: 优化构建产物命名,包含架构标识 - chore: 更新构建相关依赖版本 - fix: 修复 workflow 脚本 SPlayer 拼写错误 - improve: Linux ARM64 使用 QEMU 交叉编译 - improve: 优化工作流任务命名和注释 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 07:12:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPlayer#478
No description provided.