Skip to content

docs(readme): add macOS note to release verification#3

Merged
YannickGagnon merged 1 commit into
mainfrom
docs/readme-macos-verify
Jun 5, 2026
Merged

docs(readme): add macOS note to release verification#3
YannickGagnon merged 1 commit into
mainfrom
docs/readme-macos-verify

Conversation

@YannickGagnon

Copy link
Copy Markdown
Collaborator

The "Verifying a release" steps use Linux conventions. On macOS:

  • sha256sum doesn't exist → use shasum -a 256 (or brew install coreutils).
  • Verify the darwin-arm64 / darwin-amd64 binary, not linux-amd64.

Adds a short note covering both, plus brew install cosign and the verify-step ordering. All commands confirmed working on darwin-arm64 against the v0.1.0 release.

🤖 Generated with Claude Code

The verify steps use Linux conventions (sha256sum, linux-amd64).
macOS has no sha256sum and needs the darwin-* binary, so document
both deltas plus the cosign install and the verify-before-trust
ordering.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@YannickGagnon YannickGagnon merged commit 913b5c7 into main Jun 5, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant