fix(do-7299): bump dcarbone/install-jq-action to v3.2.0 with jq 1.7.1 for ARM64 - #1
Merged
Conversation
added 2 commits
August 18, 2026 17:13
… for ARM64 dcarbone/install-jq-action@v2.1.0 with jq 1.6 exits with 'Cannot handle ARM64 architecture' on arm64 runners. jq 1.7+ ships arm64 binaries and dcarbone/install-jq-action@v3.2.0 handles them via unixish-17.sh. Same root cause as cloudposse/github-action-docker-build-push#68, fixed there by PR #73.
bd16ells
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps
dcarbone/install-jq-actionfromv2.1.0(jq 1.6) tov3.2.0(jq 1.7.1).Files changed
action.yml— core change: bump install-jq-action v2→v3 with jq 1.7.1.github/workflows/test-jq-version.yml— update version assertion fromjq-1.6→jq-1.7.1.github/CODEOWNERS— DriveWealth org requirement (* @DriveWealth/devops)Why
dcarbone/install-jq-action@v2.1.0withversion: 1.6exits withCannot handle ARM64 architectureon ARM64 runners — jq 1.6 has no arm64 binary. jq 1.7+ ships arm64 andinstall-jq-action@v3.2.0handles it viaunixish-17.sh.Same root cause as cloudposse/github-action-docker-build-push#68, fixed there in PR #73.
How to use in dw-github-workflows
After merging, replace the reference in
cd-preview-argocd.yaml:References
Checklist
action.ymlupdatedtest-jq-version.ymlassertion updated to match new version