ARM VM support: cpu_arch in fly.toml?

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?

1 Like

Makes sense, not mission critical for us just something that popped up. I saw those old threads from 2022, just wanted to see if there were any updates.

Thanks!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.