herumi / bls-eth-go-binary

68 stars 41 forks source link

Automated deploy binaries(linux/amd64, linux/arm64, darwin/amd64, darwin/arm64) #46

Closed korosuke613 closed 1 year ago

korosuke613 commented 2 years ago

This pull request automates the deployment of binaries under bls/lib/ for linux/amd64, linux/arm64, darwin/amd64, and darwin/arm64.

example: https://github.com/korosuke613/bls-eth-go-binary/pull/3

herumi commented 1 year ago

Sorry, I left it so long; the PR was helpful. Now I make https://github.com/herumi/bls-eth-go-binary/blob/master/.github/workflows/release.yml to support almost architectures.

korosuke613 commented 1 year ago

@herumi Yeah! I'm glad it was helpful to you! I think it's a good workflow.