awslabs / dynein

DynamoDB CLI written in Rust.
https://github.com/awslabs/dynein
Apache License 2.0
360 stars 37 forks source link

Release pre-built binaries for macOS ARM #222

Closed suzuki-shunsuke closed 2 months ago

suzuki-shunsuke commented 4 months ago

https://github.com/awslabs/dynein/blob/22ba13306d7fc0a4c321230a9490d44e7ec4b542/README.md?plain=1#L80

Currently, the above binary is automatically built on intel mac as the GitHub Action doesn't support Apple M1 (ARM) environment yet.

Now GitHub Actions supports Apple M1 ARM.

So we can release pre-built binaries for macOS ARM by GitHub Actions.

suzuki-shunsuke commented 4 months ago

I've created a pull request.

StoneDot commented 2 months ago

We released v0.3.0, which contains the binary for macOS ARM.