brave / nitriding-daemon

Tool kit for building secure, scalable, and networked services on top of AWS Nitro Enclaves.
Mozilla Public License 2.0
29 stars 10 forks source link

Add support for arm64 builds #42

Closed jalaziz closed 9 months ago

jalaziz commented 10 months ago

Rather than forcing nitriding to build against the amd64 architecture, support arm64 builds by allowing the ARCH environment variable to override the build architecture.

Also, update the example to automatically choose the build architecture based on the architecture of the machine where the example is built and run.