We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a87d4d + 604f00c commit dac9a74Copy full SHA for dac9a74
README.md
@@ -132,14 +132,14 @@ Build an `amd64` static binary
132
133
```bash
134
make build-reproducible-amd64 # For mainnet
135
-make build-reproducible-testnet-amd64 # For testnet
+make build-testnet-reproducible-amd64 # For testnet
136
```
137
138
Build an `arm64` static binary
139
140
141
make build-reproducible-arm64 # For mainnet
142
-make build-reproducible-testnet-arm64 # For testnet
+make build-testnet-reproducible-arm64 # For testnet
143
144
145
**Note:** arm64 compatiblity is proposed but not guaranteed. We recommend users to run on amd64 platforms.
0 commit comments