Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Arch Linux (.pkg.tar.zst) artifacts to the release pipeline so they’re published alongside existing Linux installers and surfaced in release notes/Slack/GitHub Release uploads.
Changes:
- Publish and upload Arch Linux package artifacts (
.pkg.tar.zst) for amd64/arm64 in CI and release workflows. - Update S3 publishing logic to map compound extensions (e.g.,
pkg.tar.zst) to artifact directory naming. - Update release notes + Slack formatting to include Arch package download links.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
scripts/ci/publish-to-s3.sh |
Adds pkg.tar.zst to Linux artifacts and maps it to lantern-installer-pkg* artifact directories. |
scripts/ci/format.sh |
Adds .pkg.tar.zst download links to release notes and Slack output. |
linux/packaging/usr/lib/systemd/system/lanternd.service |
Introduces a systemd unit file (but see comments about correctness/authority). |
.github/workflows/release.yml |
Uploads .pkg.tar.zst artifacts to the GitHub Release. |
.github/workflows/build-linux.yml |
Uploads the .pkg.tar.zst artifact from Linux build jobs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/getlantern/lantern/sessions/15085485-3c6a-4e1e-93ea-6e9bf0623d09 Co-authored-by: reflog <109876+reflog@users.noreply.github.com>
myleshorton
approved these changes
Apr 13, 2026
Contributor
|
Pulling this in thanks @reflog! |
garmr-ulfr
pushed a commit
that referenced
this pull request
Apr 14, 2026
* feat: add arch to releases * Update linux/packaging/usr/lib/systemd/system/lanternd.service Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * chore: remove committed lanternd.service file Agent-Logs-Url: https://github.com/getlantern/lantern/sessions/15085485-3c6a-4e1e-93ea-6e9bf0623d09 Co-authored-by: reflog <109876+reflog@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: reflog <109876+reflog@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.