dfinity / keysmith

Hierarchical Deterministic Key Derivation for the Internet Computer
MIT License
45 stars 22 forks source link

Build arm32 binaries #12

Closed ggreif closed 3 years ago

ggreif commented 3 years ago

In #11 I made an attempt to build for Raspberry 2/3 (which are 32 bit). Turns out env GOOS=linux GOARCH=arm go build creates the right binary. This has the advantage that it runs on the original raspi too.

So adding a step to build for 32-bit ARM should be a matter of a few lines.

All the Pi owners are anxiously awaiting keysmith-linux-arm32.tar.gz!