-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM support missing in install.sh #662
Comments
any update on this? |
Hi thanks for reporting. I recommend you migrate to using fossa v3, with Latest You can try so with: curl -H 'Cache-Control: no-cache' https://raw.githubusercontent.com/fossas/fossa-cli/master/install-latest.sh | bash |
@meghfossa what about linux arm64 though? Why is only darwin supported? |
Hi @KarstenSiemer we currently only support Darwin arm64 to support the new Apple M1 laptops. We do not have plans to support Linux arm64 but we will keep this in mind and I will leave this ticket open. ANE-339 in our internal tracker. |
Any updates on this one @zlav ? |
Still the same issue exists,
|
Any update on Linux ARM64 support? |
Hello, we are also blocked on our migration to linux/arm64 CI/CD instances due to the lack of support from fossa cli :/ |
The missing linux/arm64 support of the fossa tool is the only dependency left that's blocking us from using arm64 docker images for our Android builds. We would love to see fossa supporting this! |
Hi, I just wanted to update you. We now have made a release, v3.9.32, which includes an ARM binary for Linux. You can get it from either that release page or using Technically, this isn't what this issue is asking for because it is asking for ARM support in |
Hey @csasarak , Thanks for the effort :) |
Is your feature request related to a problem? Please describe.
ARM64 support is missing from install.sh
Describe the solution you'd like
ARM64 binaries are in the latest releases: https://github.com/fossas/fossa-cli/releases/tag/v1.1.7
But
https://github.com/fossas/fossa-cli/blob/master/install.sh
checks for limited architectures. It might need to be regenerated?The text was updated successfully, but these errors were encountered: