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

Linux runner image on arm64 mac - ./bin/Runner.Listener: cannot execute binary file #3288

Open
james-beres opened this issue May 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@james-beres
Copy link

Describe the bug
When using an m1 mac, selecting a linux runner image for arch arm64, ./config.sh --url ... results in
./config.sh: line 80: ./bin/Runner.Listener: cannot execute binary file

To Reproduce
Steps to reproduce the behavior:

  1. Be on m1 mac, sonoma 14.4, arm64
  2. Select Linux runner image & select architecture arm64
  3. Run commands listed (mkdir, cd, curl to download, validate hash, extract installer, create the runner and start config
  4. ./config.sh --url https://git.innova-partners.com/demo-org/demo-repo --token AAAAITISMYTOKEN
  5. view error ./config.sh: line 80: ./bin/Runner.Listener: cannot execute binary file

Expected behavior
Configuration starts

Runner Version and Platform

Starts up fine when using macos x64 -- Current runner version: '2.303.0'

OS of the machine running the runner? OSX/Windows/Linux/...
OSX

What's not working?

Please include error messages and screenshots.
./config.sh: line 80: ./bin/Runner.Listener: cannot execute binary file
Screenshot 2024-05-15 at 4 45 54 PM

Runner and Worker's Diagnostic Logs

If applicable, add relevant diagnostic log information. Logs are located in the runner's _diag folder. The runner logs are prefixed with Runner_ and the worker logs are prefixed with Worker_. Each job run correlates to a worker log. All sensitive information should already be masked out, but please double-check before pasting here.

@james-beres james-beres added the bug Something isn't working label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant