cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

darwin arm64 binaries not provided for secondary binaries

Open mikn opened this issue 1 year ago • 1 comments

Whilst there is a darwin arm64 binary for the main cfssl binary, you do not currently build any for secondary binaries, such as cfssljson or multirootca. This would be very helpful.

As a secondary request, it would also be very useful if you provided some kind of checksum file, either per binary or one per artefact release.

mikn avatar Jan 26 '25 10:01 mikn

This will be useful for who runs cfssl on latest MacOS.

We have to add arm64 in

  • https://github.com/cloudflare/cfssl/blob/master/.goreleaser.yml#L202
  • https://github.com/cloudflare/cfssl/blob/master/.goreleaser.yml#L276

Will give PR.

arulrajnet avatar Mar 09 '25 23:03 arulrajnet