rand-chain / rust-randchain

(WIP) Official implementation of the RandChain protocol
GNU General Public License v3.0
1 stars 0 forks source link

experiment: binary deployed to AWS instances #103

Closed SebastianElvis closed 3 years ago

SebastianElvis commented 3 years ago

Problem

We need to make a binary that can be deployed to AWS instances (with CentOS).

Description

Maybe we can have a Github Action that compiles the project to the binary. This might need cross compilation. Ideally this can be done via cargo build --target=x86_64-unknown-linux-musl.

Alternatives

Additional context

Implementation