2 留言 (2 留言)0 反應 (0 反應)0 負責人 (0 負責人)HTML5,026 star (5,026 star)568 fork (568 fork)batch import
help wanted
描述
可以同时发布arm芯片的linux包吗(国产操作系统+国产芯片),自己尝试了很久,没能打包成功
貢獻者指南
- 技術棧
- javascriptcsshtml
- 領域
- desktopdevopsbuild systemci cd
- 議題類型
- feature
- 難度面向新貢獻者的預計實作難度,1 表示很小改動,5 表示專家級工作。
- 4
- 預計時間有經驗貢獻者完成調查、實作、測試並準備 pull request 的粗略時間範圍。
- 1-2 days
- 活動狀態議題目前的可參與程度:新鮮、活躍、陳舊、阻塞或等待維護者輸入。
- fresh
- 清晰度議題是否清楚說明預期改動、驗收標準和下一步。
- mostly clear
- 前置要求
- Electron packagingGitHub ActionsARM Linux cross compilation
- 新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
- 30
- 研究方向
- Investigate the current electron builder configuration in the repository (likely in package.json or a separate config file). Look for the linux target configuration and see how x64 builds are set up. Research how to add ARM64 (aarch64) architecture support in electron builder, possibly by adding 'target: ["AppImage", "deb"]' with arch 'arm64' for Linux. Check if the CI workflow (e.g., .github/workflows) needs to be updated to run on ARM runners or use QEMU for cross compilation. Additionally, verify that Electron's prebuilt binaries support ARM Linux; if not, consider using electron rebuild or custom build steps.