denoland/deno_install

Exec format error on virtual Debian arm64

mathiasrw opened this issue ยท 3 comments

On a virtual debian (arm64) on a M1 CPU

I get

-bash: /home/debian/.deno/bin/deno: cannot execute binary file: Exec format error

when I

curl -fsSL https://deno.land/x/install/install.sh | sh
deno -v

Deno does not provide Linux aarch64 builds currently.

kt3k commented

Maybe we should explicitly fail installation on arm64 linux?

Maybe even before downloading the AMD64 build?