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]: simd docker build broken for ARM image #15670

Closed
webmaster128 opened this issue Apr 3, 2023 · 1 comment
Closed

[Bug]: simd docker build broken for ARM image #15670

webmaster128 opened this issue Apr 3, 2023 · 1 comment
Labels

Comments

@webmaster128
Copy link
Member

Summary of Bug

When I run

$ docker run --rm interchainio/simapp:v0.47.1 
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory

$ docker run --rm interchainio/simapp:v0.47.1 simd version
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory

on an ARM mac, I get x86_64 related errors. This is strange because there is an ARM and an x86 build on DockerHub and I have the native (ARM) image locally.

This smells like there is an x86_64 binary in the ARM image again.

Version

v0.47.1

Steps to Reproduce

Run the commands from above on a M1 Mac

@webmaster128
Copy link
Member Author

This seems to be fixed in ghcr.io/cosmos/simapp.

$ docker run --rm ghcr.io/cosmos/simapp:latest simd version --long

works for me.

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

No branches or pull requests

2 participants