fcli icon indicating copy to clipboard operation
fcli copied to clipboard

release for arm64 arch

Open tuananh opened this issue 2 years ago • 1 comments

right now, fcli only supports amd64 i think. I tested with the release files in release.

could update the release flow to include native binaries for arm64 as well?

tuananh avatar Oct 16 '23 10:10 tuananh

Thanks for your input. Any particular platform for which you'd like to see arm64 support? We're using GraalVM for building the native binaries; I'd need to check in more detail but looks like GraalVM only supports arm64 binaries on Linux (with some limitations), not Windows or MacOS.

Of course, for the time being you should be able to use the Java version of fcli on platforms for which we don't provide native binaries yet.

rsenden avatar Oct 16 '23 12:10 rsenden