fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
27 stars 16 forks source link

release for arm64 arch #459

Open tuananh opened 8 months ago

tuananh commented 8 months ago

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?

rsenden commented 8 months ago

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.