chore(release): publish binary-only release artifacts #220
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#218 chore(ci): run PR checks as parallel just-based Forgejo jobs
Slipstream/auto_review
#219 refactor(release): remove official Docker image build outputs
Slipstream/auto_review
Reference
Slipstream/auto_review#220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Simplify release automation so official releases publish the Linux
auto-reviewbinary artifact and provenance files only, with no Docker image promotion.Implements the binary-only release artifact portion of ADR-0018.
Scope
.forgejo/workflows/release-prepare.ymlto remove release-candidate Docker image wording..forgejo/workflows/release-publish.ymlto remove:auto-review-$VERSION-linux-x86_64.tar.gzSHA256SUMSSHA256SUMS.sigallowed-signersAcceptance Criteria
auto-review gateway.Verification
nix build .#packages.x86_64-linux.ar-cli-portable-release-rootor equivalent succeeds.just ciDependencies
Blocked by #218 and #219.