Skip to content

fix: include Linux AppImage artifacts in latest.json#74

Merged
Dimillian merged 3 commits intomainfrom
codex/fix-missing-linux-x86_64-entry-in-latest.json
Jan 17, 2026
Merged

fix: include Linux AppImage artifacts in latest.json#74
Dimillian merged 3 commits intomainfrom
codex/fix-missing-linux-x86_64-entry-in-latest.json

Conversation

@Dimillian
Copy link
Owner

Motivation

  • Ensure the release generator emits Linux updater metadata so updater clients can find linux-x86_64 and linux-aarch64 platforms instead of only the macOS entry.

Description

  • Add artifacts_dir = Path("release-artifacts") and scan for *.AppImage.tar.gz with a fallback to *.AppImage using rglob.
  • Add a simplified detect_arch helper to map filenames to x86_64 or aarch64 and populate platforms with linux-<arch> entries containing url and signature.
  • Validate presence of AppImage artifacts and their .sig files using Path.with_suffix and fail fast with SystemExit if any are missing.
  • Consolidate the platforms map and write the complete payload to release-artifacts/latest.json.

Testing

  • No automated tests were run because this change only updates the CI workflow and does not affect runtime code paths.

Codex Task

@Dimillian
Copy link
Owner Author

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Keep them coming!

ℹ️ 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".

@Dimillian Dimillian merged commit b2b2e22 into main Jan 17, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant