Zondax / docker-bolos

MIT License
8 stars 11 forks source link

Add support for aarch64 #10

Closed ghost closed 2 years ago

ghost commented 2 years ago

This PR adds a separate Dockefile and Makefile target to build a docker image to be run on aarch64 (or ARM64), mainly used for Apple M1 Silicon.

It also adds a couple of improvements on the rust install, adding a new target for LNS+ and installing clippy and rustfmt explicitly