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

arm64 build of v0.13.0 can not work #1910

Closed
mloiseleur opened this issue Jan 3, 2024 · 0 comments · Fixed by #1911
Closed

arm64 build of v0.13.0 can not work #1910

mloiseleur opened this issue Jan 3, 2024 · 0 comments · Fixed by #1911
Labels
bug Something isn't working

Comments

@mloiseleur
Copy link
Contributor

Describe the bug

Current arm64 docker image can not work. It contains:

  1. An arm64 binary: /bin/athens-proxy
  2. An amd64 binary: /bin/go

Error Message

When launching on an arm host, it says:

```console
INFO[2:02PM]: Exporter not specified. Traces won't be exported	
2024/01/03 14:02:37 error adding proxy routes: fork/exec /bin/go: exec format error
```

To Reproduce
Steps to reproduce the behavior:

docker run gomods/athens:v0.13.0

On an arm64 machine.

Expected behavior

docker image should be consistent on arch for all binary.

@DrPsychick DrPsychick added the bug Something isn't working label Jan 3, 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

Successfully merging a pull request may close this issue.

2 participants