trustbloc / edv

Encrypted data vault implementation in Golang - https://identity.foundation/edv-spec/
Apache License 2.0
16 stars 17 forks source link

Add arm64 alternative to frapsoft/openssl #264

Open DRK3 opened 2 years ago

DRK3 commented 2 years ago

The generate-test-keys Makefile target uses frapsoft/openssl, which only has an amd64 version. While this does seem to work currently (as it seems that Docker makes use of QEMU to support emulation of non-native architectures), it would still be a good idea to find an alternative that supports both amd64 and arm64 natively for better performance and to avoid potential issues.