Skip to content

Commit 261bdbb

Browse files
TeoSlayerteovlclaude
authored
catalogue: io.pilot.slipstream — add linux/amd64 bundle (#345)
* catalogue: io.pilot.slipstream — add linux/amd64 bundle 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> * catalogue: re-sign after slipstream linux/amd64 merge --------- Co-authored-by: Teodor Calin <teodor@vulturelabs.io> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 6380f18 commit 261bdbb

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

catalogue/catalogue.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,17 @@
136136
"bundle_size": 4674914,
137137
"source_url": "https://github.com/pilot-protocol/catalog",
138138
"license": "MIT",
139-
"publisher": "ed25519:fc+G+FOz/LjcDXBGvguInq+w9fUCMi8JytYlOOCcCKQ="
139+
"publisher": "ed25519:fc+G+FOz/LjcDXBGvguInq+w9fUCMi8JytYlOOCcCKQ=",
140+
"bundles": {
141+
"darwin/arm64": {
142+
"bundle_url": "https://github.com/pilot-protocol/catalog/releases/download/slipstream-v1.0.0/io.pilot.slipstream-1.0.0.tar.gz",
143+
"bundle_sha256": "8f19c06c886b97abb1272e8f657773950bee747c58dab8493d454742313ef2f5"
144+
},
145+
"linux/amd64": {
146+
"bundle_url": "https://github.com/pilot-protocol/catalog/releases/download/slipstream-v1.0.0/io.pilot.slipstream-1.0.0-linux-amd64.tar.gz",
147+
"bundle_sha256": "e59e0045075c78f6920b587d731f9f3690559719f0bf786ce3ad12a4c888f4b6"
148+
}
149+
}
140150
},
141151
{
142152
"id": "io.pilot.miren",

catalogue/catalogue.json.sig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hciliXl4Ohf8k10ivEiL9B1SJ2uf3YTYZIQEJYW8smlyxBlO9+t3KiukfpQdon5CyHba7tn1FJP2m2S6lqSeDA==
1+
LicyGN5duHpCvoe6NzRKZzzZKKJcKjgE8Vbuv9R13vsqdHcJAzSP0LJTMlA6p3ZDRebdEJe6JRCo/7VJa8qBCQ==

0 commit comments

Comments
 (0)