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

[BUG]:The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) #577

Closed
1 task done
njbrake opened this issue Jan 7, 2025 · 2 comments · Fixed by #637
Closed
1 task done
Assignees
Labels
bug Something isn't working

Comments

@njbrake
Copy link
Contributor

njbrake commented Jan 7, 2025

Description

I'm running the quickstart steps and hitting an error because I'm on an Apple Silicon mac but the docker-compose file is hardcoded for linux/amd64 which throws the error:

The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)

Reproduction

  1. Have a Macbook that uses apple silicon
  2. Clone lumigator (following quickstart guide)
  3. run make start-lumigator

Relevant log output

Expected behavior

I think we might need some sort of behavior to handle the difference in architectures?

If I open up the docker-compose.yaml and replace platform: linux/amd64 with platform: linux/arm64, this resolves the error.

System Info

  • OS: MacOS 15.2 (24C101)
  • Lumigator hash 60fa6d7de9a410f383188481af9c5091b26d1784 (main)

Have you searched for similar issues before submitting this one?

  • Yes, I have searched for similar issues
@njbrake njbrake added the bug Something isn't working label Jan 7, 2025
@macaab26 macaab26 self-assigned this Jan 8, 2025
@njbrake
Copy link
Contributor Author

njbrake commented Jan 8, 2025

Dimitris and I quickly looked at this together and verified that if you first run make local-up, then running make start-lumigator works.

@macaab26
Copy link
Contributor

Yeah, I think the problem is with how the runner is building the images. I'm going to add a multi-platform build for the FE too

@macaab26 macaab26 linked a pull request Jan 16, 2025 that will close this issue
4 tasks
@macaab26 macaab26 mentioned this issue Jan 16, 2025
4 tasks
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