Skip to content
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

fix: Support all processor architectures #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

maordavidov
Copy link

The current implementation does not work when the processor is arm. This PR fixing the issue.

@maordavidov maordavidov changed the title Support all processor architectures fix: Support all processor architectures Aug 24, 2024
@bstoutenburgh
Copy link
Owner

Thank you @maordavidov for contributing, but this plugin just tries to translate what Digitalocean makes available from their releases to be available via asdf. You have to request they build their package in their repository (or support channels maybe) but they have previously shut down that request (see digitalocean/doctl#441).

They only build arm64, amd64 for all 64-bit x86 variants and 386 for all 32-bit x86 variants which is why the logic of this function does what it does.

Aside from reworking things to be clearer that currently this plugin cannot help arm users, is there something I am missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants