mirror of
https://github.com/NanmiCoder/cc-haha
synced 2026-07-15 12:53:31 +08:00
GitHub Actions showed that Linux compilation and .deb packaging succeed on both x64 and ARM64, but AppImage consistently fails inside linuxdeploy. The workflows now ship Linux as .deb only so CI and releases stay reliable while the AppImage path is investigated separately. Constraint: Current GitHub-hosted Linux packaging fails specifically in linuxdeploy after successful .deb output Rejected: Keep AppImage enabled and accept red workflows | blocks release confidence for an optional format Rejected: Drop Linux builds entirely | would remove a working .deb delivery path Confidence: high Scope-risk: narrow Reversibility: clean Directive: Re-enable AppImage only after capturing linuxdeploy stderr and validating both Linux architectures on GitHub Actions Tested: git diff --check; YAML parse of both workflow files; inspection of failed GitHub Actions logs showing .deb success before AppImage linuxdeploy failure Not-tested: Re-run of updated workflows on GitHub Actions