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

Fails on arm64 runners #68

Open
kevcube opened this issue Aug 30, 2024 · 1 comment
Open

Fails on arm64 runners #68

kevcube opened this issue Aug 30, 2024 · 1 comment
Labels
bug 🐛 An issue with the system

Comments

@kevcube
Copy link

kevcube commented Aug 30, 2024

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

install JQ fails on ARM64 GitHub-hosted runners (linux)

JQ is already available on GitHub runners.

This action can be run with a param to not install if jq is already found, but this action runs it with force

Expected Behavior

A clear and concise description of what you expected to happen.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Create arm64 runner (tested with GitHub-hosted, may also work on graviton)
  2. run this action
  Cannot handle "ARM64" architecture for os "Linux"
  Error: Process completed with exit code 1.

Screenshots

If applicable, add screenshots or logs to help explain your problem.

Environment (please complete the following information):

Anything that will help us triage the bug will help. Here are some ideas:

  • OS: [e.g. Linux, OSX, WSL, etc]
  • Version [e.g. 10.15]

Additional Context

Add any other context about the problem here.

@kevcube kevcube added the bug 🐛 An issue with the system label Aug 30, 2024
@korenyoni
Copy link
Member

korenyoni commented Dec 3, 2024

We've recently bumped dcarbone/install-jq-action to v3 via #73

Does this still happen on GH-hosted arm64 runners?

Also,

JQ is already available on GitHub runners.

We (Cloud Posse) use this action on self-hosted runners, where this isn't always the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

2 participants