Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 10:56
· 10 commits to main since this release

eeco v0.1.0

Pre-built binaries for darwin/linux/windows (amd64 + arm64),
SHA256SUMS, a keyless cosign signature, and the package
manifests (eeco.rb, eeco.json).

Verify the checksums signature (no key needed):

cosign verify-blob \
  --certificate dist/SHA256SUMS.pem \
  --certificate-identity-regexp \
    '^https://github.com/ajhahnde/eeco/\.github/workflows/release\.yml@refs/tags/v' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --signature dist/SHA256SUMS.sig \
  SHA256SUMS

Build provenance is attested; verify a downloaded archive with
'gh attestation verify --repo ajhahnde/eeco'.

Install routes and checksum verification: docs/USAGE.md §1.