Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds CI/release pipeline support to produce and publish Linux installers for both AMD64 and ARM64, including arch-specific naming, packaging inputs, and release messaging.
Changes:
- Build Linux releases via a matrix over
amd64/arm64, and verify.debarchitecture during CI. - Publish Linux artifacts to S3 (and GitHub Releases) with arch-aware directory/filename handling.
- Parameterize nfpm packaging inputs to package the correct Flutter bundle per architecture.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
scripts/ci/verify_linux_package.sh |
Adds optional expected-arch checking for .deb verification. |
scripts/ci/publish-to-s3.sh |
Upload logic updated to locate/upload arch-specific Linux artifacts (amd64/arm64). |
scripts/ci/format.sh |
Release notes/Slack formatting updated to emit arch-specific Linux download links. |
Makefile |
Introduces LINUX_TARGET_ARCH, arch-suffixed package names, and bundle-dir selection for packaging. |
linux/packaging/nfpm.yaml |
Switches Flutter bundle source to ${LINUX_BUNDLE_SRC} and uses ${GOARCH} for package arch. |
.github/workflows/release.yml |
Adds linux_arch input/propagation and uploads arch-specific Linux assets to releases/S3. |
.github/workflows/build-linux.yml |
Builds Linux for one or both arches via matrix, including ARM runner and artifact naming. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@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.