awslabs / dynein

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

Specify target OS for creating binaries #186

Open StoneDot opened 1 year ago

StoneDot commented 1 year ago

Currently, we use the latest image on each platform. https://github.com/awslabs/dynein/blob/main/.github/workflows/build_binaries_on_new_releases.yml

It ensures that dynein binary works on the latest OS. On the other hand, specifying a version will provide a more stable result. We should investigate and identify the preferable platform version to build dynein.