hyperledger-labs / PerformanceSandBox

Sandbox for Hyperledger Projects Performance research usage
Apache License 2.0
11 stars 9 forks source link

binary package for release #37

Closed SamYuan1990 closed 2 years ago

SamYuan1990 commented 2 years ago

Is your proposal related to a problem?

Consider make a binary for release usage.

Describe the solution you'd like

Make user use client version instead of fork/clone project?

Describe alternatives you've considered

N/A

Additional context

N/A

SamYuan1990 commented 2 years ago

maybe just github release for binary been saved and published.

SamYuan1990 commented 2 years ago

@ryjones , I hope you can give me some suggestions about binary release for performance sandbox. so far performance sandbox almost scripts there. and I wanna to make a binary release so that

  1. we can know how many user download this project.(as docker release, for minifab?)
  2. but as it is just shell script, or we can just make a binary release in tar file?(as download approach for fabric samples?)
  3. other approach?
ryjones commented 2 years ago

@SamYuan1990 I'm not sure what you're asking - if you want to publish a docker image to github, that would work. if a shell script is the best way to publish a release, you can do that manually if you like

SamYuan1990 commented 2 years ago

mark this issue with tech_debt/blocking one as there is no official github action to create a release page, ref to https://github.com/actions/create-release

SamYuan1990 commented 2 years ago

https://github.com/softprops/action-gh-release let's try