-
Notifications
You must be signed in to change notification settings - Fork 3
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: bump up jq version to support arm64 architecture #242
Conversation
I've checked that even if we get the We may need to look for an alternative to |
I'm going to go back to v1.6 as the After further investigation, it seems that the plugin isn't able to correctly parse the information on the new supported architectures in jq 1.7 that it gets from the Github repository. These are the URLs passed to 1.6 1.7 This issue makes it even more important to discuss the future of the
|
There's an issue opened in upstream describing this problem along with a PR to fix it, but the developer doesn't seem to take care. |
What does this PR do?
This PR bumps up jq version to 1.7 as that's the first that includes support for ARM64 architectures, including Apple M1 platforms. It also sorts the tools list so it's easier to manage and troubleshoot.
This fix will allow us to be ready when the upstream patch is merged: AZMCode/asdf-jq#18
Related issues
#241
Checklist before merging