eth-educators / ethstaker-deposit-cli

Secure key generation for deposits
https://eth-educators.github.io/ethstaker-deposit-cli/
Creative Commons Zero v1.0 Universal
3 stars 5 forks source link

Setup build and release process #26

Closed remyroy closed 2 weeks ago

remyroy commented 5 months ago

Setup a solid build and release process for the initial ethstaker-deposit-cli release.

remyroy commented 5 months ago

Part of this was done in #28.

A Linux arm64 build would be nice. Circleci might be the way to go here until arm64 runners are added to Github.

yorickdowne commented 1 month ago

Github-hosted Linux arm64 runners are now in public beta, but not for plebs. Enterprise and Team accounts only, for now.

https://github.blog/changelog/2024-06-03-actions-arm-based-linux-and-windows-runners-are-now-in-public-beta/

remyroy commented 1 month ago

It could be a good enough reason for us to buy a Github package and get this.

remyroy commented 4 weeks ago

Our setup and release process is much better now with the build workflow on Github. We also now support the linux on ARM64 platform. What's mostly remaining for me would be to document how to perform a proper release and add Windows on ARM support which is blocked by having a good runner image with build tools installed.