firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
479 stars 72 forks source link

ARM build of firectl? #50

Open burningion opened 4 years ago

burningion commented 4 years ago

Now that firecracker ships ARM builds (https://github.com/firecracker-microvm/firecracker/releases), can we also get an ARM build of firectl added to the releases page?

In the meantime, I can confirm the firectl build works without errors on ARM64:

$ go version
go version go1.13.5 linux/arm64
$ go build
$ ./firectl
nmeyerhans commented 4 years ago

Awesome! I'm glad to see that it works, and agree that we should be publishing arm64 binaries.