extism / cli

The extism CLI is used to generate plugin scaffolding and manage Extism installations
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

`ash: extism: not found` on alpine linux #96

Open bhelx opened 4 months ago

bhelx commented 4 months ago

Working with a Discord user and it seems the install script is not working on alpine linux. They are on alpine x86, but i confirmed it doesn't seem to work on aarch64 either.

It downloads the extism binary and puts it in /usr/local/bin but it's not executable. Perhaps it's pulling down a binary for the libc linux platform?

LeonardoRochaInacio commented 2 months ago

Same here...

bhelx commented 2 months ago

Any ideas on a diagnosis or a fix @LeonardoRochaInacio ?

G4Vi commented 2 months ago

Please share the output of ls -la /usr/local/bin and echo $PATH .