edgebitio / enclaver

Open source toolkit created to enable easy adoption of software enclaves
https://edgebit.io/enclaver
Apache License 2.0
124 stars 12 forks source link

Make local_image_deps.sh work on ARM #127

Closed russellhaering closed 1 year ago

russellhaering commented 1 year ago

This PR:

  1. Updates runtimebase-dev.dockerfile to mirror the multi-arch wizardry in runtimebase.dockerfile (perhaps at some point we should implement the same image-stripping stuff in our nitro-cli images so we can drop that from both)
  2. Adds architecture detection to build_local_deps.sh so it automatically works on both x86_64 and aarch64
eyakubovich commented 1 year ago

+1