sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.09k stars 129 forks source link

Install script fails on machines with aarch architecture #380

Closed lukeshay closed 1 month ago

lukeshay commented 1 month ago

There is not binary in the releases for aarch64 so the install scripts fails to download a zip. aarch64 is the same as arm64 so the script just needs to change arch to arm64 if it equals aarch64.

image