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

NO-JIRA: Remove amd64 architecture from docker compose #695

Merged

Conversation

andrescrz
Copy link
Collaborator

@andrescrz andrescrz commented Nov 22, 2024

Details

The Opik backend and frontend containers were hardcoded to be built on linux/amd64.

Removed that, so it builds in the native architecture of the user, such as arm64 etc.

Issues

N/A

Testing

I run docker compose -f docker-compose.yaml -f docker-compose.override.yaml up -d --build prior and after the change in my local Mac with arm64 architecture.

Prior to the change, the containers where built as amd64 and run in emulated mode.

After the change, they were built as arm64 and run natively.

Documentation

@andrescrz andrescrz self-assigned this Nov 22, 2024
@andrescrz andrescrz marked this pull request as ready for review November 22, 2024 09:13
@andrescrz andrescrz requested review from a team as code owners November 22, 2024 09:13
@andrescrz andrescrz added the bug Something isn't working label Nov 22, 2024
@andrescrz andrescrz merged commit 74b001b into main Nov 22, 2024
@andrescrz andrescrz deleted the andrescrz/NO-JIRA-remove-amd64-architecture-docker-compose branch November 22, 2024 10:03
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 this pull request may close these issues.

2 participants