Now that Firecracker has ARM support GA, any plans to offer ARM VMs on Fly? We build on ARM CI runners and currently have to cross-compile to x64 just for deployment. Would be great to have something like:
[[vm]]
cpu_kind = “shared”
cpu_arch = “arm64”
cpus = 1
memory = “512mb”
Would simplify the build pipeline a lot. Plus ARM tends to be more efficient (in certain instances)
Anyone else want this?