trustbloc / agent-sdk

Apache License 2.0
8 stars 21 forks source link

Add arm64 alternative to frapsoft/openssl #419

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 run fine on Mac OS currently (presumably under Apple's Rosetta translation layer or some other type of emulation), we should have a proper arm64 option for systems that can't run amd64 code.