feat(releases): ingest verified GitHub packages#10
Merged
Conversation
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
meigma/incus-gh-runnerrelease contract, architectures, retention, and trusted signer workflowv1.0.0that performs clean DEB and RPM installs without publishingTrust boundary
The source path is read-only toward GitHub and R2. It rejects unregistered projects, draft/prerelease tags, incomplete asset sets, unexpected asset API URLs, missing or mismatched GitHub digests, unregistered package metadata, and provenance outside the configured tag workflow. Verified downloads become visible atomically. This PR adds no privileged workflow, production R2 apply, consumer dispatch, or production credentials.
Verification
mise exec -- golangci-lint fmt --config .golangci.yml --diffmise exec -- golangci-lint run --config .golangci.yml ./... --show-stats=falsemise exec -- go test ./...mise exec -- go build -o bin/meigma-packages ./cmd/meigma-packagesmise exec -- scripts/phase3-ci.shmise exec -- sh -c 'cd docs && uv sync --locked && uv run --locked mkdocs build --strict'mise exec -- moon run root:phase1-proof root:phase2-proofmoon run root:phase5-source-proofThe real-source proof downloaded the public
v1.0.0release, verified all four package attestations, generated both repository architectures, and completed clean native Debian and Fedora installs.