Add Debian desktop packaging support - #544
IsraelAraujo70 wants to merge 1 commit into
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 32eeaed28d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - label: Linux x64 deb | ||
| runner: ubuntu-24.04 | ||
| platform: linux | ||
| target: deb | ||
| arch: x64 |
There was a problem hiding this comment.
Keep Linux updater metadata from being overwritten
Adding a second Linux matrix target (deb) introduces another producer of latest*.yml, but the workflow only disambiguates macOS metadata before uploading and later merges all artifacts into one directory, so when both Linux builds emit latest-linux.yml one will overwrite the other and the published Linux update metadata can reference the wrong installer type. Please disambiguate Linux update metadata filenames (or avoid merging same-named files) before release publication.
Useful? React with 👍 / 👎.
Summary
dist:desktop:debcommand.debpackaging.debartifacts from the desktop release workflow alongside AppImage buildsValidation
bun run dist:desktop:deb -- --skip-buildbun run lintbun run typecheckCloses #543
Note
Add Linux x64 Debian desktop packaging and publish .deb artifacts via CI in release.yml
Add a Linux x64
debtarget to the CI matrix and release uploads, introducenpm run dist:desktop:deb, and injecthomepage, structuredauthor, and Linuxmaintainermetadata in scripts/build-desktop-artifact.ts.📍Where to Start
Start with
buildDesktopArtifactandBuildMetadataConfigin scripts/build-desktop-artifact.ts, then review the CI matrix and artifact upload changes in release.yml.Macroscope summarized 32eeaed.