Stop publishing hub/Android binaries via ORAS - #55
Merged
Conversation
GitHub Releases (with minisign) remain the pin channel; tip builds are available as Actions artifacts. Co-authored-by: Cursor <cursoragent@cursor.com>
Drop local inject-elf-version.sh; install cross objcopy for arm64 assets on amd64 runners. Co-authored-by: Cursor <cursoragent@cursor.com>
Drop local minisign bash helpers; CI smoke-tests the shared package. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Aug 6, 2026
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.
Intent
Retire ORAS/GHCR as the distribution channel for hub and Android binaries. Pinning and verification should happen on GitHub Releases (signed assets) and Actions artifacts (tip builds), with shared tooling in
dcc-bigfred/commoninstead of per-repo bash scripts.This PR is the publisher side for
bigfreditself: stop pushing binary blobs to GHCR, keep release upload + minisign, and delegate ELF injection and signing togo runtools from common.Summary
minisign.pub).bigfred.versionviago run github.com/dcc-bigfred/common/cmd/inject-elf-version@latestgo run github.com/dcc-bigfred/common/cmd/minisign-sign@latestinject-elf-version.sh,minisign-sign.sh,test-minisign-sign.shRelated work
main@v0.1.2/v2cmd/fetch,cmd/inject-elf-version,cmd/minisign-signconfigure-dhcp/configure-ethernetbinaries (consumed by hub OS)bigfred/microinit/micronetviacmd/fetchloco-serverviacmd/fetchSuggested merge order: common (done) → micronet / microdns / microinit / this PR → bigfred-os + android-client.
Test plan
go test …/internal/minisignsign@latest)v*release: ELF section injected, assets signed, uploaded to GitHub Release