neo-project / neo

NEO Smart Economy
MIT License
3.46k stars 1.03k forks source link

node: Single file for multiple platforms #3005

Open gsmachado opened 3 years ago

gsmachado commented 3 years ago

Check this out: https://docs.microsoft.com/en-us/dotnet/core/deploying/single-file

Why, then, neo-node and other artifacts in our ecosystem are not distributed for a single static binary for the most used platforms? (darwin64, amd64, win64, arm64, arm)

This would make life way easier.

Am I missing something?

(P.S.: I'm not primarily a C# developer, and I discovered this by discussing things with @devhawk)

cschuchardt88 commented 9 months ago

@shargon If you would like i can setup and test workflows for this. We added this to neo-express workflow and output. Also packages a debian package for install on linux.