goto-bus-stop / setup-zig

use a @ziglang compiler in your github actions workflows
Other
147 stars 19 forks source link

Add aarch64 #39

Closed marler8997 closed 1 year ago

marler8997 commented 1 year ago

It looks like GitHub now supports running on aarch64 targets so would be nice to detect whether the current host is x86_64 or aarch64 and download the appropriate binaries.

marler8997 commented 1 year ago

Hmmm, it looks like I was mistaken, GitHub doesn't provide aarch64 hardware.