There are a few improvements to the node release artifacts. First, we should do #130, renaming the node binary to cartesi-rollups-prt-node.
Then we should make the following changes to the node artifacts:
- support both linux/amd64 and linux/arm64;
- make the substring "Linux" in the name lowercase (i.e. "linux");
- use amd64 instead of x86_64.
The result should be two artifacts:
- target
linux/amd64: cartesi-rollups-prt-node-0.1.0-rc.1_linux_amd64.tar.gz
- target
linux/arm64: cartesi-rollups-prt-node-0.1.0-rc.1_linux_arm64.tar.gz
We want to keep using sha256 checksum, so we need the analogous of these two binaries as well.
There are a few improvements to the node release artifacts. First, we should do #130, renaming the node binary to
cartesi-rollups-prt-node.Then we should make the following changes to the node artifacts:
The result should be two artifacts:
linux/amd64:cartesi-rollups-prt-node-0.1.0-rc.1_linux_amd64.tar.gzlinux/arm64:cartesi-rollups-prt-node-0.1.0-rc.1_linux_arm64.tar.gzWe want to keep using
sha256checksum, so we need the analogous of these two binaries as well.