Skip to content

fix(do-7299): bump dcarbone/install-jq-action to v3.2.0 with jq 1.7.1 for ARM64 - #1

Merged
jrbeilke merged 3 commits into
mainfrom
do-7299-arm64
Aug 19, 2026
Merged

fix(do-7299): bump dcarbone/install-jq-action to v3.2.0 with jq 1.7.1 for ARM64#1
jrbeilke merged 3 commits into
mainfrom
do-7299-arm64

Conversation

@jrbeilke

@jrbeilke jrbeilke commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

What

Bumps dcarbone/install-jq-action from v2.1.0 (jq 1.6) to v3.2.0 (jq 1.7.1).

Files changed

  • action.ymlcore change: bump install-jq-action v2→v3 with jq 1.7.1
  • .github/workflows/test-jq-version.yml — update version assertion from jq-1.6jq-1.7.1
  • .github/CODEOWNERS — DriveWealth org requirement (* @DriveWealth/devops)

Why

dcarbone/install-jq-action@v2.1.0 with version: 1.6 exits with Cannot handle ARM64 architecture on ARM64 runners — jq 1.6 has no arm64 binary. jq 1.7+ ships arm64 and install-jq-action@v3.2.0 handles it via unixish-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:

# Before
uses: cloudposse/github-action-preview-environment-controller@v0.11.1

# After (use the merge commit SHA)
uses: DriveWealth/github-action-preview-environment-controller@<merge-sha>

References

Checklist

  • action.yml updated
  • test-jq-version.yml assertion updated to match new version
  • CODEOWNERS added

DriveWealth CI 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.
@jrbeilke
jrbeilke requested a review from a team August 19, 2026 14:17
@jrbeilke
jrbeilke merged commit 03d27be into main Aug 19, 2026
17 checks passed
@jrbeilke
jrbeilke deleted the do-7299-arm64 branch August 19, 2026 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants