catalogue: io.pilot.slipstream — add linux/amd64 bundle#345
Merged
Conversation
Only a darwin/arm64 binary was published, so slipstream failed to spawn on any Linux host with "exec format error". Cross-compiled and signed a linux/amd64 build with the existing publisher key (slipstream-publisher.key in the slipstream-app repo), uploaded as a new asset on the existing slipstream-v1.0.0 release, and added a bundles map following the io.pilot.sixtyfour precedent (#341-area). bundle_url/bundle_sha256 stay as darwin/arm64 for back-compat with installs on older pilotctl that don't understand the bundles field. Needs re-signing with the catalogue key before this takes effect — opening for whoever holds it to review and sign. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…ipstream-linux-amd64
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.
Summary
exec format erroron any Linux installslipstream-v1.0.0release (io.pilot.slipstream-1.0.0-linux-amd64.tar.gz, sha256e59e0045075c78f6920b587d731f9f3690559719f0bf786ce3ad12a4c888f4b6)bundlesmap to the catalogue entry following theio.pilot.sixtyfourprecedent —bundle_url/bundle_sha256are untouched (still point at the darwin/arm64 asset) for back-compat with older pilotctl builds that predate thebundlesfieldNeeds
This needs re-signing with the catalogue key (
pilotctl appstore sign-catalogue) before it takes effect — I don't have access to that key, opening for whoever does to review + sign.Test plan
fileconfirms)pilotctl appstore verifypasses against the signed bundle (sha256 matches manifest)pilotctl appstore install io.pilot.slipstreamon a fresh Linux host picks the linux/amd64 bundle and the app actually spawns🤖 Generated with Claude Code