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

Add emulation for i386 in the vm images #989

Open
triptec opened this issue Feb 23, 2024 · 0 comments
Open

Add emulation for i386 in the vm images #989

triptec opened this issue Feb 23, 2024 · 0 comments

Comments

@triptec
Copy link

triptec commented Feb 23, 2024

Description

When we're cross-compiling on mac m1 computers we're running amd64 docker-images and some of the binaries are i386 binaries which I guess runs just find on actual amd64 processors but won't run on emulated amd64. Our current solution is to run docker run --privileged --rm tonistiigi/binfmt --install 386 which will install i386 emulation in the host vm but we need to re-run that after colima stop; colima start and often it's not realized until pretty far into the build process.

Link to the triaging on slack:
https://cloud-native.slack.com/archives/C05SPLRAS7J/p1703844990323929

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

No branches or pull requests

1 participant