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

feat: Build amd64 images explicitly to avoid cross-platform issues #204

Open
alexlokshin-czi opened this issue Mar 30, 2022 · 2 comments
Open
Assignees

Comments

@alexlokshin-czi
Copy link
Contributor

Supposedly passing --platform linux/amd64 into docker build and docker run will do.

@edulop91
Copy link
Contributor

Does this always work? what if you are running this from another os/arch?

@alexlokshin-czi
Copy link
Contributor Author

A workflow to create multi-arch images: https://docs.microsoft.com/en-us/azure/container-registry/push-multi-architecture-images, github action for matrix multi architecture builds: https://pet2cattle.com/2021/09/build-multiarch-container-github-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants