jedisct1 / minisign

A dead simple tool to sign files and verify digital signatures.
https://jedisct1.github.io/minisign/
Other
2.07k stars 118 forks source link

Add ppc64le support #123

Closed mayurwaghmode closed 2 years ago

mayurwaghmode commented 2 years ago

Tried executing minisign binary on ppc64le architecture but it failed with the below error ./minisign: cannot execute binary file: Exec format error

Commands followed

wget https://github.com/jedisct1/minisign/releases/download/0.10/minisign-0.10-linux.tar.gz
tar -xvf minisign-0.10-linux.tar.gz
cd minisign-0.10-linux/x86_64
./minisign
jedisct1 commented 2 years ago

minisign-0.10-linux/x86_64

This is compiled for x86_64. You mentioned that your CPU is a PPC64. So, obviously, it is not going to work :)

You need to recompile it for your system.