-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Error while downloading Qode v2.1.0: Not Found #343
Comments
The download link from your logs suggests you are building on an ARM platform: https://github.com/nodegui/qode/releases/download/v2.1.0/qode-linux-arm64-v2.1.0.tar.gz |
Is there a possibility to add that? I'm kind of new in the linux scene so I really don't know how much work this is |
Right now qode is compiled using github actions And github actions only support some intel chips for linux. See the commit here: https://github.com/nodegui/qode/blob/602cb55099a7770f9869150c1b1925e9b99448c2/.github/workflows/linux.yml#L6 and the supported github actions environments here: https://github.com/actions/virtual-environments |
Alright, that makes sense. Thanks! Is there an easy way I could compile this myself on an arm64 platform? |
Describe the bug
I am trying to install Qode on Linux but it can't download the right release.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I'm expecting qode to be installed and run the application
Desktop (please complete the following information):
Additional context
npm output: https://www.codepile.net/pile/pvRd83K2
The text was updated successfully, but these errors were encountered: